X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/457e6c54a28bc20cf347ba921755d7d5b296aa2a..d062e17fca1a1fc0b82b269da4a7ad271075ba2b:/samples/makefile.vc diff --git a/samples/makefile.vc b/samples/makefile.vc index 05db69ab34..999eccf234 100644 --- a/samples/makefile.vc +++ b/samples/makefile.vc @@ -102,8 +102,10 @@ all: nmake -f makefile.vc FINAL=$(FINAL) cd $(WXDIR)\samples\nativdlg nmake -f makefile.vc FINAL=$(FINAL) +!if "$(COMPIL)"=="" cd $(WXDIR)\samples\dialup nmake -f makefile.vc FINAL=$(FINAL) +!endif cd $(WXDIR)\samples\notebook nmake -f makefile.vc FINAL=$(FINAL) cd $(WXDIR)\samples\oleauto @@ -134,8 +136,10 @@ all: nmake -f makefile.vc FINAL=$(FINAL) cd $(WXDIR)\samples\splitter nmake -f makefile.vc FINAL=$(FINAL) +!if "$(COMPIL)"=="" cd $(WXDIR)\samples\tab nmake -f makefile.vc FINAL=$(FINAL) +!endif cd $(WXDIR)\samples\taskbar nmake -f makefile.vc FINAL=$(FINAL) cd $(WXDIR)\samples\text