aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2001-04-04 04:50:05 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2001-04-04 04:50:05 +0000
commite03cc2278c228fad8719d6956835206375a2ac28 (patch)
treec49b59d9e3d4022b42af66d10ef884b9e52fa365 /config.nmake
parent523f6fe3ee8f02ec788002159574661eff12c298 (diff)
Packaging files for Win32, using NSIS, the NullSoft Installer, that
was originally written for WinAmp. See http://www.nullsoft.com/free/nsis/ svn path=/trunk/; revision=3255
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake6
1 files changed, 4 insertions, 2 deletions
diff --git a/config.nmake b/config.nmake
index ff815dc019..c876f0a6a6 100644
--- a/config.nmake
+++ b/config.nmake
@@ -1,4 +1,4 @@
-# $Id: config.nmake,v 1.9 2001/03/23 02:05:22 gram Exp $
+# $Id: config.nmake,v 1.10 2001/04/04 04:50:04 gram Exp $
VERSION=0.8.16
WTAP_VERSION=0.0
@@ -14,7 +14,6 @@ PCAP_DIR=F:\gram\win32tools\WPdpack
LOCAL_CFLAGS=-Zi
LOCAL_LDFLAGS=/DEBUG
-
# Set path if you need to find some binary
#PATH=t:\w32-ix86\cygnus\cygwin-b20\H-i586-cygwin32\bin;$(PATH)
@@ -26,3 +25,6 @@ YACC=bison
# Set YACC_OPTS if cygnus bison can't find template file.
#YACC_OPTS=-S t:\w32-ix86\cygnus\cygwin-b20\share\bison.simple
+
+# To build the installer
+MAKENSIS="C:/program files/nsis/makensis.exe"