]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/mobile/makefile.vc
Patch #940808: Updated list of contributors according to the list available at www...
[wxWidgets.git] / samples / mobile / makefile.vc
index 37fda344dc92897b19d07f4241599146a6c368b4..e086da647ea490eeb40c64b0531c5d26616a373e 100644 (file)
@@ -33,6 +33,12 @@ all: sub_styles sub_wxedit
 clean: 
        -if exist .\*.obj del .\*.obj
        -if exist .\*.res del .\*.res
+       cd styles
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean
+       cd $(MAKEDIR)
+       cd wxedit
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean
+       cd $(MAKEDIR)
 
 sub_styles: 
        cd styles