]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/makefile.vc
switch to pImpl pattern for mac printing
[wxWidgets.git] / samples / makefile.vc
index 23e878a2e38791c60d6bd12c83688a8c7ac22a71..99e8b8cc3c379a4c63dd9e0de1abbd24a07f76b1 100644 (file)
@@ -3,7 +3,7 @@
 # Author:      Julian Smart
 # Created:     1993
 # Updated:     
-# Copyright:   (c) 1993, AIAI, University of Edinburgh
+# Copyright:   
 #
 # "%W% %G%"
 #
@@ -68,12 +68,8 @@ all:
         nmake -f makefile.vc $(MAKEFLAGS)
         cd $(WXDIR)\samples\grid
         nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\newgrid
-        nmake -f makefile.vc $(MAKEFLAGS)
-!if "$(COMPIL)"==""
         cd $(WXDIR)\samples\help
         nmake -f makefile.vc $(MAKEFLAGS)
-!endif
 !if "$(PNGSETUP)"==""
         cd $(WXDIR)\samples\html
         nmake -f makefile.vc $(MAKEFLAGS)
@@ -84,6 +80,8 @@ all:
         nmake -f makefile.vc $(MAKEFLAGS)
         cd $(WXDIR)\samples\joytest
         nmake -f makefile.vc $(MAKEFLAGS)
+        cd $(WXDIR)\samples\keyboard
+        nmake -f makefile.vc $(MAKEFLAGS)
         cd $(WXDIR)\samples\layout
         nmake -f makefile.vc $(MAKEFLAGS)
         cd $(WXDIR)\samples\listctrl
@@ -120,16 +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)
-!if "$(COMPIL)"==""
-        cd $(WXDIR)\samples\richedit
-        nmake -f makefile.vc $(MAKEFLAGS)
-!endif
         cd $(WXDIR)\samples\rotate
         nmake -f makefile.vc $(MAKEFLAGS)
         cd $(WXDIR)\samples\sashtest
@@ -140,10 +130,6 @@ all:
         nmake -f makefile.vc $(MAKEFLAGS)
         cd $(WXDIR)\samples\splitter
         nmake -f makefile.vc $(MAKEFLAGS)
-!if "$(COMPIL)"==""
-        cd $(WXDIR)\samples\tab
-        nmake -f makefile.vc $(MAKEFLAGS)
-!endif
         cd $(WXDIR)\samples\taskbar
         nmake -f makefile.vc $(MAKEFLAGS)
         cd $(WXDIR)\samples\text
@@ -160,6 +146,8 @@ all:
         nmake -f makefile.vc $(MAKEFLAGS)
         cd $(WXDIR)\samples\wizard
         nmake -f makefile.vc $(MAKEFLAGS)
+        cd $(WXDIR)\samples\widgets
+        nmake -f makefile.vc $(MAKEFLAGS)
         cd $(WXDIR)\samples\sockets
         nmake -f makefile.vc $(MAKEFLAGS)
 
@@ -194,8 +182,6 @@ clean:
         nmake -f makefile.vc clean
         cd $(WXDIR)\samples\grid
         nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\newgrid
-        nmake -f makefile.vc clean
         cd $(WXDIR)\samples\help
         nmake -f makefile.vc clean
         cd $(WXDIR)\samples\html
@@ -206,16 +192,16 @@ clean:
         nmake -f makefile.vc clean
         cd $(WXDIR)\samples\joytest
         nmake -f makefile.vc clean
+        cd $(WXDIR)\samples\keyboard
+        nmake -f makefile.vc clean
         cd $(WXDIR)\samples\layout
         nmake -f makefile.vc clean
         cd $(WXDIR)\samples\listctrl
         nmake -f makefile.vc clean
         cd $(WXDIR)\samples\mdi
         nmake -f makefile.vc clean
-!if "$(FINAL)" == "0"
         cd $(WXDIR)\samples\memcheck
         nmake -f makefile.vc clean
-!endif
         cd $(WXDIR)\samples\mfc
         nmake -f makefile.vc clean
         cd $(WXDIR)\samples\menu
@@ -238,14 +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\richedit
-        nmake -f makefile.vc clean
         cd $(WXDIR)\samples\rotate
         nmake -f makefile.vc clean
         cd $(WXDIR)\samples\sashtest
@@ -256,8 +236,6 @@ clean:
         nmake -f makefile.vc clean
         cd $(WXDIR)\samples\splitter
         nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\tab
-        nmake -f makefile.vc clean
         cd $(WXDIR)\samples\taskbar
         nmake -f makefile.vc clean
         cd $(WXDIR)\samples\text
@@ -272,10 +250,10 @@ clean:
         nmake -f makefile.vc clean
         cd $(WXDIR)\samples\validate
         nmake -f makefile.vc clean
-!if "$(NOMAKE)"==""
         cd $(WXDIR)\samples\wizard
         nmake -f makefile.vc clean
-!endif
+        cd $(WXDIR)\samples\widgets
+        nmake -f makefile.vc clean
         cd $(WXDIR)\samples\sockets
         nmake -f makefile.vc clean