aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2003-12-23 11:57:26 +0000
committerUlf Lamping <ulf.lamping@web.de>2003-12-23 11:57:26 +0000
commit16cb58be9a03cd5c8e30a7a68153d8b18c337228 (patch)
treeb094f5729b3bfdb374131a2ebc7bfc46c3608bce /config.nmake
parentbf729e3e154a5c5ad1ba887ea4f31770e0abc1e2 (diff)
removed COMMON_FILES_GNU from path,
use the directories xy_DIR from the settings above svn path=/trunk/; revision=9430
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake7
1 files changed, 5 insertions, 2 deletions
diff --git a/config.nmake b/config.nmake
index dd682dad98..a78bb642da 100644
--- a/config.nmake
+++ b/config.nmake
@@ -1,4 +1,4 @@
-# $Id: config.nmake,v 1.70 2003/12/22 21:39:41 ulfl Exp $
+# $Id: config.nmake,v 1.71 2003/12/23 11:57:26 ulfl Exp $
VERSION=0.10.0
#
@@ -106,7 +106,10 @@ LOCAL_LDFLAGS=/DEBUG
PDB_FILE=vc*.pdb
# Set path if you need to find some binary
-PATH=c:\cygnus\cygwin-b20\H-i586-cygwin32\bin;c:\python22;c:\ethereal\wiretap;$(COMMON_FILES_GNU);$(PATH)
+PATH=c:\cygwin\rootdir\bin;c:\python22;$(PATH)
+
+# Set path to some required DLLs
+PATH=.\wiretap;$(ZLIB_DIR);$(ICONV_DIR)\bin;$(PCRE_DIR)\bin;$(PATH)
SH=bash
PERL=perl