aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-12-08 20:42:53 +0000
committerGuy Harris <guy@alum.mit.edu>2003-12-08 20:42:53 +0000
commit2207d570870b39e6dcdbcc14e25fd70be901579c (patch)
tree6ee715f4111926a9b28332488238e99057a0607c /packaging/nsis
parenta12371ae60a0e90bacaf04f45406404dbeb80749 (diff)
From Lars Roland: fix the NSIS Makefile to handle PCRE.
svn path=/trunk/; revision=9205
Diffstat (limited to 'packaging/nsis')
-rw-r--r--packaging/nsis/Makefile.nmake6
1 files changed, 4 insertions, 2 deletions
diff --git a/packaging/nsis/Makefile.nmake b/packaging/nsis/Makefile.nmake
index ceadbb11f0..8f1c5415c0 100644
--- a/packaging/nsis/Makefile.nmake
+++ b/packaging/nsis/Makefile.nmake
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.nmake,v 1.26 2003/11/17 20:57:09 guy Exp $
+# $Id: Makefile.nmake,v 1.27 2003/12/08 20:42:53 guy Exp $
#
# NSIS is a free packager/installer/uninstaller program for Win32.
# It was originally written for the Winamp package, but various
@@ -48,7 +48,9 @@ ethereal-setup-$(VERSION).exe : ethereal.nsi $(DELIVERABLES)
!IF "$(GLIB_VERSION)" == "2.0"
/DGLIB2 \
!ENDIF
- /DVERSION=$(VERSION) /DWTAP_VERSION=$(WTAP_VERSION) /DCOMMON_FILES_GNU=$(COMMON_FILES_GNU) /DNET_SNMP_DIR=$(NET_SNMP_DIR) ethereal.nsi
+ /DVERSION=$(VERSION) /DWTAP_VERSION=$(WTAP_VERSION) \
+ /DCOMMON_FILES_GNU=$(COMMON_FILES_GNU) /DNET_SNMP_DIR=$(NET_SNMP_DIR) \
+ /DPCRE_DIR=$(PCRE_DIR) ethereal.nsi
clean:
rm -f ethereal-setup-$(VERSION).exe