]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/makefile.dos
1. wxCopyFile() uses buffer (huge copy speed up)
[wxWidgets.git] / samples / makefile.dos
index 74eb211d9c23d1f10de82bc14b4e7b2721843eaa..2329f029b34529458af044a9c1e72fafe3c61a94 100644 (file)
@@ -74,8 +74,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
@@ -205,8 +203,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