Re: urlmon resource
7 Sep
2005
7 Sep
'05
7:49 a.m.
Stefan Leichter <Stefan.Leichter(a)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. -- Alexandre Julliard julliard(a)winehq.org
7404
Age (days ago)
7404
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard