X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c1ef9cdb4673036e78b3be11a0e295559d8ca2c8..6d9022fe3bb50a75b9b5eaf5cf32558e518ba310:/samples/makefile.vc diff --git a/samples/makefile.vc b/samples/makefile.vc index 37954e285f..ba8f85ced5 100644 --- a/samples/makefile.vc +++ b/samples/makefile.vc @@ -70,10 +70,8 @@ all: 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) @@ -128,10 +126,6 @@ all: 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 @@ -162,6 +156,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) @@ -216,10 +212,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 @@ -248,8 +242,6 @@ clean: 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 @@ -276,10 +268,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