aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2005-01-03 20:03:16 +0000
committerGerald Combs <gerald@wireshark.org>2005-01-03 20:03:16 +0000
commit5222b52e2c55b24ce9049c8e708f5c739785bc61 (patch)
tree945ac4c5554fc53c25273f0a136f0ec2e63a7865 /config.nmake
parented604bc5fcf950638412a6c899cc8187683c6363 (diff)
downloadwireshark-5222b52e2c55b24ce9049c8e708f5c739785bc61.tar.gz
wireshark-5222b52e2c55b24ce9049c8e708f5c739785bc61.tar.bz2
wireshark-5222b52e2c55b24ce9049c8e708f5c739785bc61.zip
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
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.nmake b/config.nmake
index cc33832cdd..402da7ff18 100644
--- a/config.nmake
+++ b/config.nmake
@@ -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)