X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c1ef9cdb4673036e78b3be11a0e295559d8ca2c8..aa812de01bb1a4129e74f2541012ba907af73d18:/samples/makefile.vc diff --git a/samples/makefile.vc b/samples/makefile.vc index 37954e285f..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,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) @@ -122,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 @@ -142,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 @@ -162,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) @@ -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 @@ -216,10 +200,8 @@ clean: 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 @@ -242,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 @@ -260,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 @@ -276,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