]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/makefile.vc
minor cleanup (doc typos fixed, removed tabs)
[wxWidgets.git] / utils / makefile.vc
index eff8995a457aec48e6652dc645805e38eef9817c..e150e5c1b585e3f58db9254cc24b3b7dc77635db 100644 (file)
@@ -1,6 +1,6 @@
 # =========================================================================
 #     This makefile was generated by
-#     Bakefile 0.1.4 (http://bakefile.sourceforge.net)
+#     Bakefile 0.1.6 (http://bakefile.sourceforge.net)
 #     Do not modify, all changes will be overwritten!
 # =========================================================================
 
@@ -36,6 +36,7 @@ all: sub_configtool sub_emulator sub_helpview sub_tex2rtf sub_helpgen
 clean: 
        -if exist .\*.obj del .\*.obj
        -if exist .\*.res del .\*.res
+       -if exist .\*.pch del .\*.pch
        cd configtool\src
        $(MAKE) -f makefile.vc $(MAKEARGS) clean
        cd $(MAKEDIR)
@@ -76,3 +77,4 @@ sub_helpgen:
        cd HelpGen
        $(MAKE) -f makefile.vc $(MAKEARGS) all
        cd $(MAKEDIR)
+