]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/makefile.gcc
Fixed bug with truncation of Unicode data in wxConnection under MSW.
[wxWidgets.git] / samples / html / makefile.gcc
index 877a8ee15bd0b27c9a8231b8b899ac580dc8b55a..b26ae57686c9cd509bf715031c8ac1528f074c2d 100644 (file)
@@ -1,6 +1,6 @@
 # =========================================================================
 #     This makefile was generated by
-#     Bakefile 0.1.3 (http://bakefile.sourceforge.net)
+#     Bakefile 0.1.4 (http://bakefile.sourceforge.net)
 #     Do not modify, all changes will be overwritten!
 # =========================================================================
 
@@ -19,7 +19,8 @@ MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \
        MONOLITHIC="$(MONOLITHIC)" USE_GUI="$(USE_GUI)" USE_HTML="$(USE_HTML)" \
        USE_OPENGL="$(USE_OPENGL)" USE_ODBC="$(USE_ODBC)" \
        USE_EXCEPTIONS="$(USE_EXCEPTIONS)" OFFICIAL_BUILD="$(OFFICIAL_BUILD)" \
-       VENDOR="$(VENDOR)" CFG="$(CFG)" RUNTIME_LIBS="$(RUNTIME_LIBS)" \
+       VENDOR="$(VENDOR)" CFG="$(CFG)" CPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" \
+       CPPUNIT_LIBS="$(CPPUNIT_LIBS)" RUNTIME_LIBS="$(RUNTIME_LIBS)" \
        GCC_VERSION="$(GCC_VERSION)"
 
 ### Conditionally set variables: ###
@@ -32,6 +33,14 @@ all: about help helpview printing test virtual widget zip
 
 clean: 
        -if exist .\*.o del .\*.o
+       $(MAKE) -C about -f makefile.gcc $(MAKEARGS) clean
+       $(MAKE) -C help -f makefile.gcc $(MAKEARGS) clean
+       $(MAKE) -C helpview -f makefile.gcc $(MAKEARGS) clean
+       $(MAKE) -C printing -f makefile.gcc $(MAKEARGS) clean
+       $(MAKE) -C test -f makefile.gcc $(MAKEARGS) clean
+       $(MAKE) -C virtual -f makefile.gcc $(MAKEARGS) clean
+       $(MAKE) -C widget -f makefile.gcc $(MAKEARGS) clean
+       $(MAKE) -C zip -f makefile.gcc $(MAKEARGS) clean
 
 about: 
        $(MAKE) -C about -f makefile.gcc $(MAKEARGS) all