commit | 49b9c7650f3199214e8ee603420e6135cef0d85f | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Sat Dec 13 03:19:34 2003 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Dec 13 03:19:34 2003 +0000 |
tree | 8094b6bd2fba7a4ad7c49de544ef86da4ad740b6 | |
parent | 9f50af251da1152613c3a3f5eb92260bed6540c2 [diff] [blame] |
Add DEFS to the resource compiler flags.
diff --git a/Make.rules.in b/Make.rules.in index 822b451..5c54ade 100644 --- a/Make.rules.in +++ b/Make.rules.in
@@ -71,7 +71,7 @@ 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