]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/makefile.bcc
ActiveX events should be sent to the window, not it's parent.
[wxWidgets.git] / demos / makefile.bcc
index b33d4e84bf6b7f5fc5ccefc1c0f602298f265fc3..90d20477e6cbbedfe8a7692d4c168ce831cd8060 100644 (file)
@@ -42,6 +42,24 @@ all: bombs dbbrowse forty fractal life poem
 clean: 
        -if exist .\*.obj del .\*.obj
        -if exist .\*.res del .\*.res
+       cd bombs
+       $(MAKE) -f makefile.bcc $(MAKEARGS) clean
+       cd ..
+       cd dbbrowse
+       $(MAKE) -f makefile.bcc $(MAKEARGS) clean
+       cd ..
+       cd forty
+       $(MAKE) -f makefile.bcc $(MAKEARGS) clean
+       cd ..
+       cd fractal
+       $(MAKE) -f makefile.bcc $(MAKEARGS) clean
+       cd ..
+       cd life
+       $(MAKE) -f makefile.bcc $(MAKEARGS) clean
+       cd ..
+       cd poem
+       $(MAKE) -f makefile.bcc $(MAKEARGS) clean
+       cd ..
 
 bombs: 
        cd bombs