X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3283290881daec2a6d81caaa36ecae1064a67051..c13cace12594b37706e9520a6fbd602c949f8127:/src/makeprog.env.in diff --git a/src/makeprog.env.in b/src/makeprog.env.in index 8e64d3f9db..9ee384b814 100644 --- a/src/makeprog.env.in +++ b/src/makeprog.env.in @@ -10,13 +10,13 @@ RES_PROGRAM = $(PROGRAM)_resources.o RES_PROGRAM_OPT = @RESPROGRAM@ .c.o : - $(CCC) -c $(CFLAGS) -o $@ $< + $(CCC) -c $(CFLAGS) $(APPEXTRADEFS) -o $@ $< .cpp.o : - $(CC) -c $(CPPFLAGS) -o $@ $< + $(CC) -c $(CPPFLAGS) $(APPEXTRADEFS) -o $@ $< .cxx.o : - $(CC) -c $(CPPFLAGS) -o $@ $< + $(CC) -c $(CPPFLAGS) $(APPEXTRADEFS) -o $@ $< # the comment at the end of the next line is needed because otherwise autoconf # would remove this line completely - it contains a built-in hack to remove