X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f0f7bd8a4fa62067778518ecd270bccc110612de..3e03bdd85f736ea544012048c9f18abb3ccf7cd6:/samples/makefile.vc diff --git a/samples/makefile.vc b/samples/makefile.vc index 2f18c366e9..99e8b8cc3c 100644 --- a/samples/makefile.vc +++ b/samples/makefile.vc @@ -118,12 +118,8 @@ all: nmake -f makefile.vc $(MAKEFLAGS) cd $(WXDIR)\samples\printing nmake -f makefile.vc $(MAKEFLAGS) - cd $(WXDIR)\samples\proplist - nmake -f makefile.vc $(MAKEFLAGS) cd $(WXDIR)\samples\regtest nmake -f makefile.vc $(MAKEFLAGS) - cd $(WXDIR)\samples\resource - nmake -f makefile.vc $(MAKEFLAGS) cd $(WXDIR)\samples\rotate nmake -f makefile.vc $(MAKEFLAGS) cd $(WXDIR)\samples\sashtest @@ -228,12 +224,8 @@ clean: nmake -f makefile.vc clean cd $(WXDIR)\samples\printing nmake -f makefile.vc clean - cd $(WXDIR)\samples\proplist - nmake -f makefile.vc clean cd $(WXDIR)\samples\regtest nmake -f makefile.vc clean - cd $(WXDIR)\samples\resource - nmake -f makefile.vc clean cd $(WXDIR)\samples\rotate nmake -f makefile.vc clean cd $(WXDIR)\samples\sashtest