]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/makefile.dos
Changes for wxUSE_UNICODE==1
[wxWidgets.git] / samples / makefile.dos
index 2329f029b34529458af044a9c1e72fafe3c61a94..4d51c78f8c515997d89c5f40d672faeb21e165cb 100644 (file)
@@ -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