]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/opengl/makefile.bcc
Correct file format errors
[wxWidgets.git] / samples / opengl / makefile.bcc
index 23613c31744968a3421d2db223b741db3415c730..4c718ea03ce7124e66425bbd601ec6442ceafdb9 100644 (file)
@@ -1,6 +1,6 @@
 # =========================================================================
 #     This makefile was generated by
-#     Bakefile 0.1.2 (http://bakefile.sourceforge.net)
+#     Bakefile 0.1.3 (http://bakefile.sourceforge.net)
 #     Do not modify, all changes will be overwritten!
 # =========================================================================
 
@@ -42,6 +42,15 @@ all: cube isosurf penguin
 clean: 
        -if exist .\*.obj del .\*.obj
        -if exist .\*.res del .\*.res
+       cd cube
+       $(MAKE) -f makefile.bcc $(MAKEARGS) clean
+       cd ..
+       cd isosurf
+       $(MAKE) -f makefile.bcc $(MAKEARGS) clean
+       cd ..
+       cd penguin
+       $(MAKE) -f makefile.bcc $(MAKEARGS) clean
+       cd ..
 
 cube: 
        cd cube