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:
Mattia Barbon
2002-12-27 21:58:36 +00:00
parent 17ebae657e
commit 78e376b56f
5 changed files with 201 additions and 131 deletions

View File

@@ -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