Applied patch [ 652491 ] Update makefiles for mingw
from Greg Chicares, with some small modifications. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18435 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -15,9 +15,7 @@
|
||||
WXDIR = ..
|
||||
|
||||
THISDIR=$(WXDIR)/samples
|
||||
MAKEFILE=makefile.g95
|
||||
MAKEFLAGS=WXUSINGDLL=$(WXUSINGDLL) UNICODE=$(UNICODE)
|
||||
CMDLINE=-f $(MAKEFILE) $(MAKEFLAGS)
|
||||
CMDLINE=-fmakefile.g95 WXUSINGDLL='$(WXUSINGDLL)' UNICODE='$(UNICODE)'
|
||||
|
||||
# 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
|
||||
|
Reference in New Issue
Block a user