diff options
author | Guy Harris <guy@alum.mit.edu> | 2002-01-04 21:20:20 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2002-01-04 21:20:20 +0000 |
commit | cb489a92bb07d38ab037d72515e20c15374c9b69 (patch) | |
tree | 20dcca62b78863e35432738f100569e669ec11cf /config.nmake | |
parent | 8ee4e324f5757ecc20061ca875f3e218925dc0da (diff) | |
download | wireshark-cb489a92bb07d38ab037d72515e20c15374c9b69.tar.gz wireshark-cb489a92bb07d38ab037d72515e20c15374c9b69.tar.bz2 wireshark-cb489a92bb07d38ab037d72515e20c15374c9b69.zip |
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.
svn path=/trunk/; revision=4481
Diffstat (limited to 'config.nmake')
-rw-r--r-- | config.nmake | 6 |
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 |