Commit b3f2c531 authored by Ge van Geldorp's avatar Ge van Geldorp Committed by Alexandre Julliard

Use only one .res file.

parent 92ec21bd
...@@ -14,10 +14,7 @@ C_SRCS = \ ...@@ -14,10 +14,7 @@ C_SRCS = \
pwcache.c \ pwcache.c \
wnet.c wnet.c
RC_SRCS = \ RC_SRCS = mpr.rc
mpr.rc \
version.rc
@MAKE_DLL_RULES@ @MAKE_DLL_RULES@
......
...@@ -21,6 +21,8 @@ ...@@ -21,6 +21,8 @@
#include "winbase.h" #include "winbase.h"
#include "mprres.h" #include "mprres.h"
#include "version.rc"
#include "mpr_Cs.rc" #include "mpr_Cs.rc"
#include "mpr_De.rc" #include "mpr_De.rc"
#include "mpr_En.rc" #include "mpr_En.rc"
......
...@@ -53,7 +53,7 @@ SPEC_SRCS16 = \ ...@@ -53,7 +53,7 @@ SPEC_SRCS16 = \
ole2thk.spec \ ole2thk.spec \
storage.spec storage.spec
RC_SRCS = ole32res.rc version.rc RC_SRCS = ole32res.rc
RC_BINSRC = ole32res.rc RC_BINSRC = ole32res.rc
RC_BINARIES = \ RC_BINARIES = \
drag_copy.cur \ drag_copy.cur \
......
...@@ -23,6 +23,8 @@ ...@@ -23,6 +23,8 @@
#include "winuser.h" #include "winuser.h"
#include "winnls.h" #include "winnls.h"
#include "version.rc"
/* /*
* Everything that does not depend on language, * Everything that does not depend on language,
* like textless bitmaps etc, go into the * like textless bitmaps etc, go into the
......
...@@ -35,9 +35,7 @@ SPEC_SRCS16 = \ ...@@ -35,9 +35,7 @@ SPEC_SRCS16 = \
ole2disp.spec \ ole2disp.spec \
typelib.spec typelib.spec
RC_SRCS = \ RC_SRCS = oleaut32.rc
oleaut32.rc \
version.rc
SUBDIRS = tests SUBDIRS = tests
......
...@@ -22,6 +22,8 @@ ...@@ -22,6 +22,8 @@
#include "winbase.h" #include "winbase.h"
#include "resource.h" #include "resource.h"
#include "version.rc"
#include "oleaut32_De.rc" #include "oleaut32_De.rc"
#include "oleaut32_Dk.rc" #include "oleaut32_Dk.rc"
#include "oleaut32_En.rc" #include "oleaut32_En.rc"
......
...@@ -48,7 +48,7 @@ C_SRCS = \ ...@@ -48,7 +48,7 @@ C_SRCS = \
shv_item_cmenu.c \ shv_item_cmenu.c \
systray.c systray.c
RC_SRCS = shres.rc version.rc RC_SRCS = shres.rc
RC_BINSRC = shres.rc RC_BINSRC = shres.rc
RC_BINARIES = \ RC_BINARIES = \
cdrom.ico \ cdrom.ico \
......
...@@ -26,6 +26,8 @@ ...@@ -26,6 +26,8 @@
#include "shlobj.h" #include "shlobj.h"
#include "shresdef.h" #include "shresdef.h"
#include "version.rc"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
shv_accel ACCELERATORS shv_accel ACCELERATORS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment