]> git.saurik.com Git - wxWidgets.git/blobdiff - src/makeprog.env.in
Added chapter on collection and container classes to contents
[wxWidgets.git] / src / makeprog.env.in
index 8e64d3f9db9b6246319a5f93f1540fa8aded03e1..9ee384b81467a05bc70822577a4e0ea732709042 100644 (file)
@@ -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