mfc not available for mingw
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6361 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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) $@
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user