Add DEFS to the resource compiler flags.

oldstable
Alexandre Julliard 2003-12-13 03:19:34 +00:00
parent 9f50af251d
commit 49b9c7650f
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ WMC = $(TOOLSDIR)/tools/wmc/wmc
WIDL = $(TOOLSDIR)/tools/widl/widl
RC = $(WRC)
RC16 = $(WRC)
RCFLAGS = --nostdinc $(INCLUDES) $(EXTRARCFLAGS)
RCFLAGS = --nostdinc $(INCLUDES) $(DEFS) $(EXTRARCFLAGS)
RC16FLAGS = -O res16 $(RCFLAGS)
LDPATH = @LDPATH@
DLLDIR = $(TOPOBJDIR)/dlls