aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2001-07-12 22:45:23 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2001-07-12 22:45:23 +0000
commit34e8119c3250228fdf6d0ffb5c432346bcf51bc5 (patch)
treee707e86058824fbeb1d57b7e2823c77bcc0b611a /config.nmake
parent9c0d2087dc4027e41dbe28249c3d0bbbfc27f30b (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. svn path=/trunk/; revision=3705
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