Ethereal-dev: [Ethereal-dev] nsis script fix

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Lars Roland <lars.roland@xxxxxxx>
Date: Mon, 08 Dec 2003 13:04:12 +0100
Hello,

attached is patch fixes a typo and the makefile for nsis.
please check in.

regards,

Lars
Index: ethereal/packaging/nsis/Makefile.nmake
===================================================================
RCS file: /cvsroot/ethereal/packaging/nsis/Makefile.nmake,v
retrieving revision 1.26
diff -u -r1.26 Makefile.nmake
--- ethereal/packaging/nsis/Makefile.nmake	17 Nov 2003 20:57:09 -0000	1.26
+++ ethereal/packaging/nsis/Makefile.nmake	8 Dec 2003 11:56:09 -0000
@@ -48,7 +48,9 @@
 !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
Index: ethereal/packaging/nsis/ethereal.nsi
===================================================================
RCS file: /cvsroot/ethereal/packaging/nsis/ethereal.nsi,v
retrieving revision 1.25
diff -u -r1.25 ethereal.nsi
--- ethereal/packaging/nsis/ethereal.nsi	7 Dec 2003 00:04:32 -0000	1.25
+++ ethereal/packaging/nsis/ethereal.nsi	8 Dec 2003 11:56:10 -0000
@@ -85,7 +85,7 @@
 !endif
 File "${COMMON_FILES_GNU}\zlib1.dll"
 File "${COMMON_FILES_GNU}\adns_dll.dll"
-File "${COMMON_FILES_GNU}\prce.dll"
+File "${COMMON_FILES_GNU}\pcre.dll"
 File "..\..\FAQ"
 File "..\..\README"
 File "..\..\README.win32"