]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/makefile.dos
Separate RESCOMP into WINDRES (for Win32) and REZ (for Mac OS).
[wxWidgets.git] / samples / makefile.dos
index 463c0f0c4b9afa9d44734fda5391297610af9def..4aa5e3fb7518635f9effd9d5a1d4a889bb0bbdfd 100644 (file)
@@ -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