X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f0f7bd8a4fa62067778518ecd270bccc110612de..891ace0538327b0e40aaf1f360b235dc8509fec3:/samples/makefile.dos?ds=sidebyside diff --git a/samples/makefile.dos b/samples/makefile.dos index 463c0f0c4b..4aa5e3fb75 100644 --- a/samples/makefile.dos +++ b/samples/makefile.dos @@ -116,14 +116,10 @@ all: !endif cd $(WXDIR)\samples\printing nmake -f makefile.dos FINAL=$(FINAL) - cd $(WXDIR)\samples\proplist - nmake -f makefile.dos FINAL=$(FINAL) !if "$(NOMAKE)"=="" cd $(WXDIR)\samples\regtest nmake -f makefile.dos FINAL=$(FINAL) !endif - cd $(WXDIR)\samples\resource - nmake -f makefile.dos FINAL=$(FINAL) !if "$(NOMAKE)"=="" cd $(WXDIR)\samples\sashtest nmake -f makefile.dos FINAL=$(FINAL) @@ -239,14 +235,10 @@ clean: !endif cd $(WXDIR)\samples\printing nmake -f makefile.dos clean - cd $(WXDIR)\samples\proplist - nmake -f makefile.dos clean !if "$(NOMAKE)"=="" cd $(WXDIR)\samples\regtest nmake -f makefile.dos clean !endif - cd $(WXDIR)\samples\resource - nmake -f makefile.dos clean !if "$(NOMAKE)"=="" cd $(WXDIR)\samples\sashtest nmake -f makefile.dos clean