aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-01-04 21:20:20 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-01-04 21:20:20 +0000
commite20bd94fb27b3c0b2749201b9ae20be66446a48a (patch)
tree20dcca62b78863e35432738f100569e669ec11cf /config.nmake
parent0ed5f653428af541ed69390bfa8a8c0ba4eed6df (diff)
From Hamish Moffatt:
Additional Windows Makefile dependencies, so more stuff gets built as needed. Additional stuff cleaned up by "make clean" (well, "nmake -f makefile.nmake clean", anyway) Make PDB_FILE be "vc*.pdb", so it referes to the PDB files either for VC++ 5.0 or VC++ 6.0. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4481 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.nmake b/config.nmake
index 8d700832bf..e6baaa4ef3 100644
--- a/config.nmake
+++ b/config.nmake
@@ -1,4 +1,4 @@
-# $Id: config.nmake,v 1.21 2002/01/04 06:57:07 guy Exp $
+# $Id: config.nmake,v 1.22 2002/01/04 21:20:16 guy Exp $
VERSION=0.9.0
RC_VERSION=0.9.0
@@ -16,10 +16,10 @@ LOCAL_CFLAGS=-Zi
LOCAL_LDFLAGS=/DEBUG
# Set PDB_FILE according to your VC++ version
-PDB_FILE=vc60.pdb
+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-0.9.0\wiretap;c:\program files\gnu;$(PATH)
+PATH=c:\cygnus\cygwin-b20\H-i586-cygwin32\bin;c:\python22;c:\ethereal\wiretap;c:\program files\common files\gnu;$(PATH)
PERL=perl
POD2MAN=pod2man