]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/makefile.vc
compilation fix for platforms w/o wxRawBitmap
[wxWidgets.git] / samples / makefile.vc
index 2f18c366e9daa5ab0d61d79cc0fa0c2cc03c4def..99e8b8cc3c379a4c63dd9e0de1abbd24a07f76b1 100644 (file)
@@ -118,12 +118,8 @@ all:
         nmake -f makefile.vc $(MAKEFLAGS)
         cd $(WXDIR)\samples\printing
         nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\proplist
-        nmake -f makefile.vc $(MAKEFLAGS)
         cd $(WXDIR)\samples\regtest
         nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\resource
-        nmake -f makefile.vc $(MAKEFLAGS)
         cd $(WXDIR)\samples\rotate
         nmake -f makefile.vc $(MAKEFLAGS)
         cd $(WXDIR)\samples\sashtest
@@ -228,12 +224,8 @@ clean:
         nmake -f makefile.vc clean
         cd $(WXDIR)\samples\printing
         nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\proplist
-        nmake -f makefile.vc clean
         cd $(WXDIR)\samples\regtest
         nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\resource
-        nmake -f makefile.vc clean
         cd $(WXDIR)\samples\rotate
         nmake -f makefile.vc clean
         cd $(WXDIR)\samples\sashtest