]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/makefile.vc
eVC 3.0 doesn't know ExitProcess() but _exit() is OK.
[wxWidgets.git] / samples / html / makefile.vc
index 61450ccac93c4549aab947fb103ec00b4a6f10d0..274dd2062f20c9b9daf8538a3bd47695585a754e 100644 (file)
@@ -33,6 +33,30 @@ all: sub_about sub_help sub_helpview sub_printing sub_test sub_virtual sub_widge
 clean: 
        -if exist .\*.obj del .\*.obj
        -if exist .\*.res del .\*.res
+       cd about
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean
+       cd $(MAKEDIR)
+       cd help
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean
+       cd $(MAKEDIR)
+       cd helpview
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean
+       cd $(MAKEDIR)
+       cd printing
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean
+       cd $(MAKEDIR)
+       cd test
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean
+       cd $(MAKEDIR)
+       cd virtual
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean
+       cd $(MAKEDIR)
+       cd widget
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean
+       cd $(MAKEDIR)
+       cd zip
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean
+       cd $(MAKEDIR)
 
 sub_about: 
        cd about