Dummy check-in to get right revision log:

* mingw: New front-end script to control building of MinGW files without using
the deprecated -mno-cygwin option.
* Makefile.in: Use mingw front-end.
This commit is contained in:
Christopher Faylor 2008-10-12 03:08:33 +00:00
parent fd49ac277f
commit 9401a0f805
2 changed files with 2 additions and 2 deletions

View File

@ -135,7 +135,7 @@ else
endif endif
# how to link a Cygwin binary # how to link a Cygwin binary
$(CYGWIN_BINS): %.exe: %.o $(CYGWIN_BINS): %.exe: %.o
ifdef VERBOSE ifdef VERBOSE
$(CXX) -o $@ ${filter %.o,$^} -B$(cygwin_build)/ $(ALL_LDFLAGS) $(CXX) -o $@ ${filter %.o,$^} -B$(cygwin_build)/ $(ALL_LDFLAGS)
else else

View File

@ -3,7 +3,7 @@
# an installed version of the MinGW components. # an installed version of the MinGW components.
# #
# Find the path to the compiler # Find the path to the compiler.
# #
compiler=$1; shift compiler=$1; shift
case "$compiler" in case "$compiler" in