aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-10-14 01:18:11 +0000
committerGuy Harris <guy@alum.mit.edu>2003-10-14 01:18:11 +0000
commit4fa26855a48bb846df9306a59be09d8a3cc12ab4 (patch)
treeaf0326eba9086700fc6f7e9e0c4bbba75f7eac35 /packaging
parenta5287eb7d215aad35c74fe61b9b93bf9fb2c5591 (diff)
From Erwin Rol: ACN support.
svn path=/trunk/; revision=8686
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/Makefile.nmake5
-rw-r--r--packaging/nsis/ethereal.nsi3
2 files changed, 5 insertions, 3 deletions
diff --git a/packaging/nsis/Makefile.nmake b/packaging/nsis/Makefile.nmake
index 6f76327416..5df525d56f 100644
--- a/packaging/nsis/Makefile.nmake
+++ b/packaging/nsis/Makefile.nmake
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.nmake,v 1.22 2003/10/10 21:31:49 guy Exp $
+# $Id: Makefile.nmake,v 1.23 2003/10/14 01:18:09 guy Exp $
#
# NSIS is a free packager/installer/uninstaller program for Win32.
# It was originally written for the Winamp package, but various
@@ -23,7 +23,8 @@ DOC=../../doc/ethereal.html \
../../README.win32
GPL=GPL.txt
-PLUGINS=../../plugins/artnet/artnet.dll \
+PLUGINS=../../plugins/artnet/acn.dll \
+ ../../plugins/artnet/artnet.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 a7ce44e603..076ce7f6b5 100644
--- a/packaging/nsis/ethereal.nsi
+++ b/packaging/nsis/ethereal.nsi
@@ -1,7 +1,7 @@
;
; ethereal.nsi
;
-; $Id: ethereal.nsi,v 1.19 2003/10/02 22:28:04 gerald Exp $
+; $Id: ethereal.nsi,v 1.20 2003/10/14 01:18:10 guy Exp $
; ============================================================================
; Header configuration
@@ -175,6 +175,7 @@ SectionEnd
Section "Plugins"
;-------------------------------------------
SetOutPath $INSTDIR\plugins\${VERSION}
+File "..\..\plugins\acn\acn.dll"
File "..\..\plugins\artnet\artnet.dll"
File "..\..\plugins\docsis\docsis.dll"
File "..\..\plugins\giop\coseventcomm.dll"