From: Guillermo Rodriguez Garcia Date: Tue, 29 Feb 2000 21:00:19 +0000 (+0000) Subject: mfc not available for mingw X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/24d24189f5a1b5e4e010ed1d6e81082f2e6ae71c?hp=0141d2c9bd1033b773847447029f4598b7d9e90e mfc not available for mingw git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6361 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/makefile.g95 b/samples/makefile.g95 index be5e95feb5..8fec5a178c 100644 --- a/samples/makefile.g95 +++ b/samples/makefile.g95 @@ -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) $@ + +