aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-09-02 18:23:23 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-09-02 18:23:23 +0000
commit6594b60b99e287d14557ed2aeb64bd33f59b4ded (patch)
tree6f394faa440163d9a71ef3b2536a111b1eb6319f /config.nmake
parentdc34d743935a835b285e78fc6b256994209f25d2 (diff)
I've added some more comments to the file, and changed the python default setting from native to cygwin, as all the other tools uses cygwin as the default, too.
svn path=/trunk/; revision=11885
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake37
1 files changed, 32 insertions, 5 deletions
diff --git a/config.nmake b/config.nmake
index a18a8dd8d5..27244b6940 100644
--- a/config.nmake
+++ b/config.nmake
@@ -1,7 +1,11 @@
# $Id$
+# Some more informations about the settings in this file, can be found
+# in the file README.win32.
+
+# The current Ethereal version
VERSION=0.10.6
-WTAP_VERSION=0.1
+
#
# The RC_VERSION should be comma-separated, not dot-separated,
# as per Graham Bloice's message in
@@ -14,6 +18,9 @@ WTAP_VERSION=0.1
# for the executables, and XP's tooltip, rather than 0.0.0.0."
#
RC_VERSION=0,10,6
+
+# The version of the wiretap library
+WTAP_VERSION=0.1
RC_WTAP_VERSION=0,1
#
@@ -139,18 +146,38 @@ LOCAL_LDFLAGS=/DEBUG
# Set PDB_FILE according to your VC++ version
PDB_FILE=vc*.pdb
-# Set path if you need to find some binary
-PATH=c:\cygwin\bin;c:\python23;$(PATH)
+# add cygwin binaries to the path
+PATH=c:\cygwin\bin;$(PATH)
-# Set path to some required DLLs
+# add some required DLLs to the path
PATH=$(GLIB_DIR)\bin;$(GETTEXT_DIR)\bin;$(ICONV_DIR)\bin;$(PATH)
+
+# Set the following commands to find the tools.
+# The easiest way is to use the corresponding packages from cygwin.
+
+# command for a shell (typically cygwin's bash package)
SH=bash
+
+# command for perl (typically cygwin's perl package)
PERL=perl
+
+# command for pod2man and pod2html (part of the perl package)
POD2MAN=$(SH) pod2man
POD2HTML=$(SH) pod2html
-PYTHON="C:/python23/python.exe"
+
+# command for python (native windows version)
+#PYTHON="C:/python23/python.exe"
+# add native python to the path (not needed if cygwin's python is used)
+#PATH=c:\python23;$(PATH)
+
+# command for python (typically cygwin's python package)
+PYTHON=env python
+
+# command for lex/flexx (typically cygwin's flex package)
LEX=flex
+
+# command for yacc/bison (typically cygwin's bison package)
YACC=bison
# To build the installer