]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/mobile/makefile.bcc
mention Win9x size limitation
[wxWidgets.git] / samples / mobile / makefile.bcc
index a09d0cf98cdbe85cb10eb69d44b4fdc74f93484f..a803e92c8c6a219d286a8b4ca13056a1e85d2b61 100644 (file)
@@ -42,6 +42,12 @@ all: styles wxedit
 clean: 
        -if exist .\*.obj del .\*.obj
        -if exist .\*.res del .\*.res
+       cd styles
+       $(MAKE) -f makefile.bcc $(MAKEARGS) clean
+       cd ..
+       cd wxedit
+       $(MAKE) -f makefile.bcc $(MAKEARGS) clean
+       cd ..
 
 styles: 
        cd styles