]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/opengl/makefile.vc
reSWIGged
[wxWidgets.git] / samples / opengl / makefile.vc
index 8ba5d1e6c9f29cd607ea225e084e5f6da9d268b2..a26d8a66eb9d988036a485a1154ef9ffa828debd 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!
 # =========================================================================
 
@@ -33,6 +33,15 @@ all: sub_cube sub_isosurf sub_penguin
 clean: 
        -if exist .\*.obj del .\*.obj
        -if exist .\*.res del .\*.res
+       cd cube
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean
+       cd $(MAKEDIR)
+       cd isosurf
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean
+       cd $(MAKEDIR)
+       cd penguin
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean
+       cd $(MAKEDIR)
 
 sub_cube: 
        cd cube