Move "c:\cygwin\bin" to the end of the PATH. The latest Cygwin includes a

"link" command which collides with the MSVC linker.

svn path=/trunk/; revision=12944
This commit is contained in:
Gerald Combs 2005-01-03 20:03:16 +00:00
parent ed604bc5fc
commit 5222b52e2c
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ LOCAL_LDFLAGS=/DEBUG
PDB_FILE=vc*.pdb
# add cygwin binaries to the path
PATH=c:\cygwin\bin;$(PATH)
PATH=$(PATH);c:\cygwin\bin
# add some required DLLs to the path
PATH=$(GLIB_DIR)\bin;$(GETTEXT_DIR)\bin;$(ICONV_DIR)\bin;$(PATH)