http://bugs.winehq.org/show_bug.cgi?id=10547
--- Comment #14 from Anastasius Focht focht@gmx.net 2008-12-20 16:00:17 --- Hello,
--- quote --- Yes, we need to create a fake dll. I don't know why it doesn't work for you after creating one. Can you post another log snippet? --- quote ---
No need to waste time on this... It's a simple typo which leads to wrc step skipped and hence no resource is embedded into placeholder.
--- snip ----
diff --git a/dlls/pidgen/Makefile.in b/dlls/pidgen/Makefile.in index e05833d..797417a 100644 --- a/dlls/pidgen/Makefile.in +++ b/dlls/pidgen/Makefile.in @@ -8,7 +8,7 @@ IMPORTS = kernel32 C_SRCS = \ main.c
-RS_SRCS = rsrc.rc +RC_SRCS = rsrc.rc
@MAKE_DLL_RULES@
--- snip ----
This should keep it happy ;-)
Regards