X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0b3964149a61fee08b40bf9ab70191641a9002a..7996ff803885d4fc7196c0bfc855861c4364154a:/samples/makefile.dos diff --git a/samples/makefile.dos b/samples/makefile.dos index 6644d39300..4aa5e3fb75 100644 --- a/samples/makefile.dos +++ b/samples/makefile.dos @@ -3,7 +3,7 @@ # Author: Julian Smart # Created: 1993 # Updated: -# Copyright: (c) 1993, AIAI, University of Edinburgh +# Copyright: # # "%W% %G%" # @@ -116,17 +116,11 @@ 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\richedit - nmake -f makefile.dos FINAL=$(FINAL) cd $(WXDIR)\samples\sashtest nmake -f makefile.dos FINAL=$(FINAL) !endif @@ -241,17 +235,11 @@ 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\richedit - nmake -f makefile.dos clean cd $(WXDIR)\samples\sashtest nmake -f makefile.dos clean !endif