]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/makefile.vc
applied (part of) patch 433176 (reduce flicker)
[wxWidgets.git] / samples / makefile.vc
index 05db69ab34b97bdd3a3180910747ad2ac5533815..999eccf234f4538f6a009d483a8febc7716a9067 100644 (file)
@@ -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