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 = \
pwcache.c \
wnet.c
RC_SRCS = \
mpr.rc \
version.rc
RC_SRCS = mpr.rc
@MAKE_DLL_RULES@
......
......@@ -21,6 +21,8 @@
#include "winbase.h"
#include "mprres.h"
#include "version.rc"
#include "mpr_Cs.rc"
#include "mpr_De.rc"
#include "mpr_En.rc"
......
......@@ -53,7 +53,7 @@ SPEC_SRCS16 = \
ole2thk.spec \
storage.spec
RC_SRCS = ole32res.rc version.rc
RC_SRCS = ole32res.rc
RC_BINSRC = ole32res.rc
RC_BINARIES = \
drag_copy.cur \
......
......@@ -23,6 +23,8 @@
#include "winuser.h"
#include "winnls.h"
#include "version.rc"
/*
* Everything that does not depend on language,
* like textless bitmaps etc, go into the
......
......@@ -35,9 +35,7 @@ SPEC_SRCS16 = \
ole2disp.spec \
typelib.spec
RC_SRCS = \
oleaut32.rc \
version.rc
RC_SRCS = oleaut32.rc
SUBDIRS = tests
......
......@@ -22,6 +22,8 @@
#include "winbase.h"
#include "resource.h"
#include "version.rc"
#include "oleaut32_De.rc"
#include "oleaut32_Dk.rc"
#include "oleaut32_En.rc"
......
......@@ -48,7 +48,7 @@ C_SRCS = \
shv_item_cmenu.c \
systray.c
RC_SRCS = shres.rc version.rc
RC_SRCS = shres.rc
RC_BINSRC = shres.rc
RC_BINARIES = \
cdrom.ico \
......
......@@ -26,6 +26,8 @@
#include "shlobj.h"
#include "shresdef.h"
#include "version.rc"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
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