From a011fb14e2a33e555e0f365eb3ebcc0742993c3c Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Thu, 8 Apr 2004 20:36:09 +0000 Subject: 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 --- config.nmake | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config.nmake') 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 -- cgit v1.2.3