Add DEFS to the resource compiler flags.
This commit is contained in:
parent
9f50af251d
commit
49b9c7650f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue