aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-10-28 07:02:38 +0000
committerGuy Harris <guy@alum.mit.edu>2003-10-28 07:02:38 +0000
commitc68a7d7cb15b8fede442eef7b1ec19d616ecc10e (patch)
treec65b6a8e5d259e5de569f007d9a5277eac657269 /packaging
parent9c3e2720dac9d37a97ba9aa7067a4a3e9a46add8 (diff)
From Matthias Melchior: plugin to decode BER-encoded ASN.1 messages,
given a type-table from "snacc" as a protocol description. svn path=/trunk/; revision=8799
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/Makefile.nmake3
-rw-r--r--packaging/nsis/ethereal.nsi3
2 files changed, 4 insertions, 2 deletions
diff --git a/packaging/nsis/Makefile.nmake b/packaging/nsis/Makefile.nmake
index 100d3b3ecc..e5702ba79b 100644
--- a/packaging/nsis/Makefile.nmake
+++ b/packaging/nsis/Makefile.nmake
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.nmake,v 1.24 2003/10/27 22:29:52 guy Exp $
+# $Id: Makefile.nmake,v 1.25 2003/10/28 07:02:36 guy Exp $
#
# NSIS is a free packager/installer/uninstaller program for Win32.
# It was originally written for the Winamp package, but various
@@ -25,6 +25,7 @@ GPL=GPL.txt
PLUGINS=../../plugins/acn/acn.dll \
../../plugins/artnet/artnet.dll \
+ ../../plugins/asn1/asn1.dll \
../../plugins/docsis/docsis.dll \
../../plugins/giop/coseventcomm.dll \
../../plugins/giop/cosnaming.dll \
diff --git a/packaging/nsis/ethereal.nsi b/packaging/nsis/ethereal.nsi
index 076ce7f6b5..522a0cd472 100644
--- a/packaging/nsis/ethereal.nsi
+++ b/packaging/nsis/ethereal.nsi
@@ -1,7 +1,7 @@
;
; ethereal.nsi
;
-; $Id: ethereal.nsi,v 1.20 2003/10/14 01:18:10 guy Exp $
+; $Id: ethereal.nsi,v 1.21 2003/10/28 07:02:36 guy Exp $
; ============================================================================
; Header configuration
@@ -177,6 +177,7 @@ Section "Plugins"
SetOutPath $INSTDIR\plugins\${VERSION}
File "..\..\plugins\acn\acn.dll"
File "..\..\plugins\artnet\artnet.dll"
+File "..\..\plugins\asn1\asn1.dll"
File "..\..\plugins\docsis\docsis.dll"
File "..\..\plugins\giop\coseventcomm.dll"
File "..\..\plugins\giop\cosnaming.dll"