]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/minimal/makefile.mic
Replaced /'s with \'s as BCC requires \'s for path names
[wxWidgets.git] / samples / minimal / makefile.mic
index 3110304db4686d075f97b54ee410cb1d56c25e16..f560e6912d84457eda9d96360566f5a43914790b 100644 (file)
@@ -85,4 +85,7 @@ cleanwx:
        -$(RM) minimal
 
 wx:
        -$(RM) minimal
 
 wx:
-       @pushd $(WXDIR)/src/microwin; make all; popd
+       @pushd $(WXDIR)/src/msw; make -f makefile.mic all; popd
+
+wxfull:
+       @pushd $(WXDIR)/src/msw; make -f makefile.mic cleanwx all; popd