Stefan Leichter Stefan.Leichter@camLine.com writes:
diff -urw ../wine/dlls/urlmon/Makefile.in dlls/urlmon/Makefile.in --- ../wine/dlls/urlmon/Makefile.in 2005-09-06 19:18:47.000000000 +0200 +++ dlls/urlmon/Makefile.in 2005-09-03 21:05:48.000000000 +0200 @@ -16,7 +15,8 @@ umstream.c \ urlmon_main.c
-RC_SRCS = rsrc.rc +RC_SRCS = rsrc.rc \
- version.rc
You shouldn't add multiple resource files, mingw unfortunately doesn't support that. Simply #include version.rc from the main file.