X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4d50d6840ad5eabc1d2267df1c3a8adaa93cdf58..9e82cf9876d744d4bd79ffbe5ee023c4ff5fc135:/samples/makefile.vc?ds=sidebyside diff --git a/samples/makefile.vc b/samples/makefile.vc index 39a5b243fe..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,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 @@ -196,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 @@ -240,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 @@ -258,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