X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48c12cb1290224f44161d9af774170d5f0fae440..740af654d1d20aaccad331e0eb73d113b5c0b02f:/samples/makefile.dos diff --git a/samples/makefile.dos b/samples/makefile.dos index 74eb211d9c..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%" # @@ -32,6 +32,8 @@ COMPIL=1 # Please keep samples list up-to-date, in alphabetical order # all: + cd $(WXDIR)\samples\artprov + nmake -f makefile.dos FINAL=$(FINAL) cd $(WXDIR)\samples\bombs nmake -f makefile.dos FINAL=$(FINAL) cd $(WXDIR)\samples\caret @@ -74,8 +76,6 @@ all: cd $(WXDIR)\samples\html nmake -f makefile.dos FINAL=$(FINAL) !endif - cd $(WXDIR)\samples\image - nmake -f makefile.dos FINAL=$(FINAL) cd $(WXDIR)\samples\internat nmake -f makefile.dos FINAL=$(FINAL) cd $(WXDIR)\samples\joytest @@ -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 @@ -205,8 +199,6 @@ clean: cd $(WXDIR)\samples\html nmake -f makefile.dos clean !endif - cd $(WXDIR)\samples\image - nmake -f makefile.dos clean cd $(WXDIR)\samples\internat nmake -f makefile.dos clean cd $(WXDIR)\samples\joytest @@ -243,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