X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c3255f5fbab93ad229178ec1610a180afa35133a..4263de1e0586d20cb49d0dde23f0d227c5ef25cb:/samples/html/makefile.vc diff --git a/samples/html/makefile.vc b/samples/html/makefile.vc index 61450ccac9..274dd2062f 100644 --- a/samples/html/makefile.vc +++ b/samples/html/makefile.vc @@ -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