]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/opengl/makefile.vc
reSWIGged
[wxWidgets.git] / samples / opengl / makefile.vc
index da216b90886973f9acd1f014f49b031067f3861c..a26d8a66eb9d988036a485a1154ef9ffa828debd 100644 (file)
@@ -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