X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2246169a3fc3d103dc1f5ee73c4737be480151a6..e4d47fbd6f53b11276dde270e325b339393e9702:/samples/makefile.vc?ds=sidebyside diff --git a/samples/makefile.vc b/samples/makefile.vc index 56a8908a2d..78d17950dc 100644 --- a/samples/makefile.vc +++ b/samples/makefile.vc @@ -126,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 @@ -140,10 +136,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 @@ -216,10 +208,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 +238,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 @@ -260,8 +248,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