]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/makefile.vc
no message
[wxWidgets.git] / samples / makefile.vc
index ba8f85ced522c053e9ed8cb49a965cb0d9f1ae18..102ce4ee518742da540d1fb282d897aba7421799 100644 (file)
@@ -68,8 +68,6 @@ all:
         nmake -f makefile.vc $(MAKEFLAGS)
         cd $(WXDIR)\samples\grid
         nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\newgrid
-        nmake -f makefile.vc $(MAKEFLAGS)
         cd $(WXDIR)\samples\help
         nmake -f makefile.vc $(MAKEFLAGS)
 !if "$(PNGSETUP)"==""
@@ -136,10 +134,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
@@ -192,8 +186,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
@@ -252,8 +244,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