X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/457e6c54a28bc20cf347ba921755d7d5b296aa2a..4fcd60c72f6b90f5063f7000ff5a80a9004055a3:/samples/makefile.vc?ds=sidebyside 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