]> git.saurik.com Git - wxWidgets.git/commitdiff
mfc not available for mingw
authorGuillermo Rodriguez Garcia <guille@iies.es>
Tue, 29 Feb 2000 21:00:19 +0000 (21:00 +0000)
committerGuillermo Rodriguez Garcia <guille@iies.es>
Tue, 29 Feb 2000 21:00:19 +0000 (21:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6361 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/makefile.g95

index be5e95feb5b8319863d8f9e53a8aca6a2cf4f54f..8fec5a178ce8da4a47d7896773f8ebf1e3402bbf 100644 (file)
@@ -15,6 +15,7 @@
 WXDIR = ..
 
 THISDIR=$(WXDIR)/samples
+MAKEFILE=makefile.g95
 
 # Mingw make may not have a shell to use, so can't use a loop here. Sigh.
 # Please add new sample directories alphabetically to make it easier to
@@ -46,7 +47,6 @@ all clean:
        -$(MAKE) -C mdi -f $(MAKEFILE) $@
        -$(MAKE) -C memcheck -f $(MAKEFILE) $@
        -$(MAKE) -C menu -f $(MAKEFILE) $@
-       -$(MAKE) -C mfc -f $(MAKEFILE) $@
        -$(MAKE) -C minifram -f $(MAKEFILE) $@
        -$(MAKE) -C minimal -f $(MAKEFILE) $@
        -$(MAKE) -C nativdlg -f $(MAKEFILE) $@
@@ -78,3 +78,8 @@ all clean:
        -$(MAKE) -C wizard -f $(MAKEFILE) $@
        -$(MAKE) -C sockets -f $(MAKEFILE) $@
 
+# MFC still not available for mingw32
+#
+#      -$(MAKE) -C mfc -f $(MAKEFILE) $@
+
+