aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2001-07-12 22:45:23 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2001-07-12 22:45:23 +0000
commit7da62581d7feddee9ed814aaa3e936a8fd04e023 (patch)
treee707e86058824fbeb1d57b7e2823c77bcc0b611a /config.nmake
parentf917a886e3dfa5beab753a9f13913625ebf09886 (diff)
Package mergecap.exe and its HTML documentation.
Update NSIS syntax for newest NSIS. That fix from David O'Shea. Set config.nmake to get non-cygwin version of Python.exe; cygwin version is fouling up on me and I'm not sure why. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3705 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.nmake b/config.nmake
index ec766d5247..cec29f836e 100644
--- a/config.nmake
+++ b/config.nmake
@@ -1,4 +1,4 @@
-# $Id: config.nmake,v 1.14 2001/05/16 16:17:50 jfoster Exp $
+# $Id: config.nmake,v 1.15 2001/07/12 22:45:21 gram Exp $
VERSION=0.8.18
RC_VERSION=0,8,18
@@ -20,7 +20,7 @@ LOCAL_LDFLAGS=/DEBUG
PERL=perl
POD2MAN=perl /usr/bin/pod2man
-PYTHON=python
+PYTHON="C:/python21/python.exe"
LEX=flex
YACC=bison