X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/457e6c54a28bc20cf347ba921755d7d5b296aa2a..22be0335df28fd3e638c40fe525b6ff323e73c15:/samples/makefile.dos diff --git a/samples/makefile.dos b/samples/makefile.dos index 2329f029b3..4d51c78f8c 100644 --- a/samples/makefile.dos +++ b/samples/makefile.dos @@ -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 @@ -123,8 +125,6 @@ all: 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 @@ -248,8 +248,6 @@ clean: 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