X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5283098e1316b4a811fbccaabbda71f676e86c93..55f9f0cbc8dcf45f8d484b2f931c5c254d4404d1:/samples/makefile.vc diff --git a/samples/makefile.vc b/samples/makefile.vc index 78d17950dc..99e8b8cc3c 100644 --- a/samples/makefile.vc +++ b/samples/makefile.vc @@ -3,7 +3,7 @@ # Author: Julian Smart # Created: 1993 # Updated: -# Copyright: (c) 1993, AIAI, University of Edinburgh +# Copyright: # # "%W% %G%" # @@ -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)"=="" @@ -120,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 @@ -188,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 @@ -232,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