Simplified wrc flags handling.

This commit is contained in:
Alexandre Julliard 2000-06-08 04:52:11 +00:00
parent 6aa2843fa9
commit 01e819ad9f
11 changed files with 3 additions and 11 deletions

View File

@ -57,7 +57,7 @@ WINAPI_CHECK = $(TOPSRCDIR)/tools/winapi_check/winapi_check
BUILD = $(TOPOBJDIR)/tools/build@PROGEXT@
MAKEDEP = $(TOPOBJDIR)/tools/makedep@PROGEXT@
WRC = $(TOPOBJDIR)/tools/wrc/wrc@PROGEXT@
WRCFLAGS = -c
WRCFLAGS = -c -s -p $*
DLLDIR = $(TOPOBJDIR)/dlls
@SET_MAKE@

View File

@ -5,7 +5,6 @@ SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = none
PROGRAMS = winedbg
WRCEXTRA = -A -p $*
C_SRCS = \
break.c \

View File

@ -4,7 +4,6 @@ SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = riched32
SOVERSION = 1.0
WRCEXTRA = -s -p$(MODULE)
SPEC_SRCS = riched32.spec

View File

@ -6,7 +6,6 @@ MODULE = shell32
SOVERSION = 1.0
ALTNAMES = shell shlwapi
IMPORTS = ole32
WRCEXTRA = -s -p$(MODULE)
SPEC_SRCS = \
shell.spec \

View File

@ -1,7 +1,7 @@
name shell32
type win32
init Shell32LibMain
rsrc shell32
rsrc shres
import user32.dll
import comctl32.dll

View File

@ -5,7 +5,6 @@ VPATH = @srcdir@
MODULE = urlmon
SOVERSION = 1.0
IMPORTS = ole32
WRCEXTRA = -s -p$(MODULE)
SPEC_SRCS = urlmon.spec

View File

@ -5,7 +5,6 @@ VPATH = @srcdir@
MODULE = winmm
SOVERSION = 1.0
ALTNAMES = mmsystem
WRCEXTRA = -s -pwinmm
SPEC_SRCS = \
mmsystem.spec \

View File

@ -1,7 +1,7 @@
name winmm
type win32
init WINMM_LibMain
rsrc winmm
rsrc winmm_res
# ordinal exports
1 stdcall @(ptr long long) PlaySoundA

View File

@ -4,7 +4,6 @@ SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = none
PROGRAMS = expand hello hello2 hello3 hello4 hello5 new rolex vartest volinfo
WRCEXTRA = -s -p $*
SPEC_SRCS = \
expand.spec \

View File

@ -6,7 +6,6 @@ VPATH = @srcdir@
MODULE = none
PROGRAMS = icinfo aviinfo aviplay
IMPORTS = msvfw32 winmm ddraw x11drv
WRCEXTRA = -s -p $*
SPEC_SRCS = \
icinfo.spec \

View File

@ -4,7 +4,6 @@ TOPOBJDIR = ..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = resources
WRCEXTRA = -s -puser32
RC_SRCS = \
user32.rc