]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/makefile.vc
switch to pImpl pattern for mac printing
[wxWidgets.git] / samples / makefile.vc
index 102ce4ee518742da540d1fb282d897aba7421799..99e8b8cc3c379a4c63dd9e0de1abbd24a07f76b1 100644 (file)
@@ -3,7 +3,7 @@
 # Author:      Julian Smart
 # Created:     1993
 # Updated:     
-# Copyright:   (c) 1993, AIAI, University of Edinburgh
+# Copyright:   
 #
 # "%W% %G%"
 #
@@ -118,12 +118,8 @@ all:
         nmake -f makefile.vc $(MAKEFLAGS)
         cd $(WXDIR)\samples\printing
         nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\proplist
-        nmake -f makefile.vc $(MAKEFLAGS)
         cd $(WXDIR)\samples\regtest
         nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\resource
-        nmake -f makefile.vc $(MAKEFLAGS)
         cd $(WXDIR)\samples\rotate
         nmake -f makefile.vc $(MAKEFLAGS)
         cd $(WXDIR)\samples\sashtest
@@ -228,12 +224,8 @@ clean:
         nmake -f makefile.vc clean
         cd $(WXDIR)\samples\printing
         nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\proplist
-        nmake -f makefile.vc clean
         cd $(WXDIR)\samples\regtest
         nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\resource
-        nmake -f makefile.vc clean
         cd $(WXDIR)\samples\rotate
         nmake -f makefile.vc clean
         cd $(WXDIR)\samples\sashtest