aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-18 19:07:14 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-18 19:07:14 +0000
commite0b7af3932a9329e425b70591f89cdcb167f0e2d (patch)
tree609bd927b0dcbece1639f340a78fe2d058e1fa1d /packaging/nsis
parent3cd5c2fa8a9c442c13f99ba6866dbcd90dca60b2 (diff)
From Jan Kiszka: IrDA support.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9345 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packaging/nsis')
-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 037ee4317e..356a3cca95 100644
--- a/packaging/nsis/Makefile.nmake
+++ b/packaging/nsis/Makefile.nmake
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.nmake,v 1.29 2003/12/17 05:16:20 guy Exp $
+# $Id: Makefile.nmake,v 1.30 2003/12/18 19:01:29 guy Exp $
#
# NSIS is a free packager/installer/uninstaller program for Win32.
# It was originally written for the Winamp package, but various
@@ -31,6 +31,7 @@ PLUGINS=../../plugins/acn/acn.dll \
../../plugins/giop/coseventcomm.dll \
../../plugins/giop/cosnaming.dll \
../../plugins/gryphon/gryphon.dll \
+ ../../plugins/irda/irda.dll \
../../plugins/lwres/lwres.dll \
../../plugins/megaco/megaco.dll \
../../plugins/mgcp/mgcp.dll \
diff --git a/packaging/nsis/ethereal.nsi b/packaging/nsis/ethereal.nsi
index 1453aa07fc..86e8f23c4b 100644
--- a/packaging/nsis/ethereal.nsi
+++ b/packaging/nsis/ethereal.nsi
@@ -1,7 +1,7 @@
;
; ethereal.nsi
;
-; $Id: ethereal.nsi,v 1.31 2003/12/17 05:16:20 guy Exp $
+; $Id: ethereal.nsi,v 1.32 2003/12/18 19:01:29 guy Exp $
; ============================================================================
; Header configuration
@@ -180,6 +180,7 @@ File "..\..\plugins\enttec\enttec.dll"
File "..\..\plugins\giop\coseventcomm.dll"
File "..\..\plugins\giop\cosnaming.dll"
File "..\..\plugins\gryphon\gryphon.dll"
+File "..\..\plugins\irda\irda.dll"
File "..\..\plugins\lwres\lwres.dll"
File "..\..\plugins\megaco\megaco.dll"
File "..\..\plugins\mgcp\mgcp.dll"