X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/457e6c54a28bc20cf347ba921755d7d5b296aa2a..0d58bb65789a8efec581d2beb2117669d1d1db9d:/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