aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2004-04-08 20:36:09 +0000
committerGerald Combs <gerald@wireshark.org>2004-04-08 20:36:09 +0000
commita011fb14e2a33e555e0f365eb3ebcc0742993c3c (patch)
tree7120d362702a9fe933639ac0c643ed43819ed04e /config.nmake
parent9ebddd2d71d05d5ac884d2a35ec55c24fe298338 (diff)
Add a Makefile.nmake target called "setup" that uses the script
tools\win32-setup.sh to - Check for applications required to build Ethereal - Download and unpack required packages into $ETHEREAL_LIBS Update ADNS to the latest version. Make Python 2.3 the default. svn path=/trunk/; revision=10567
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.nmake b/config.nmake
index b120766a5d..60f1ecf463 100644
--- a/config.nmake
+++ b/config.nmake
@@ -1,4 +1,4 @@
-# $Id: config.nmake,v 1.84 2004/03/22 17:03:29 gerald Exp $
+# $Id: config.nmake,v 1.85 2004/04/08 20:36:09 gerald Exp $
VERSION=0.10.3
#
@@ -93,7 +93,7 @@ NET_SNMP_DIR=$(ETHEREAL_LIBS)\net-snmp-5.1
# If you don't have GNU ADNS, comment this line out, so that ADNS_DIR
# isn't defined.
#
-ADNS_DIR=$(ETHEREAL_LIBS)\adns-1.0-win32-01
+ADNS_DIR=$(ETHEREAL_LIBS)\adns-1.0-win32-03
#
# If you have the PCRE (Perl Compatible Regular Expressions) library,
@@ -130,7 +130,7 @@ LOCAL_LDFLAGS=/DEBUG
PDB_FILE=vc*.pdb
# Set path if you need to find some binary
-PATH=c:\cygwin\bin;c:\python22;$(PATH)
+PATH=c:\cygwin\bin;c:\python23;$(PATH)
# Set path to some required DLLs
PATH=.\wiretap;$(GLIB_DIR)\bin;$(GETTEXT_DIR)\bin;$(ICONV_DIR)\bin;$(PATH)
@@ -139,7 +139,7 @@ SH=bash
PERL=perl
POD2MAN=$(SH) pod2man
POD2HTML=$(SH) pod2html
-PYTHON="C:/python22/python.exe"
+PYTHON="C:/python23/python.exe"
LEX=flex
YACC=bison