aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2003-12-01 17:19:09 +0000
committerGerald Combs <gerald@wireshark.org>2003-12-01 17:19:09 +0000
commit31fca6e9daef57c8bc3030e62abda5ff2605ba16 (patch)
tree33364fece57857cfa469797190542154f7f01178 /packaging/nsis
parent7569aef3df8c40f8bb45c32423b84e5ed20fab99 (diff)
Switch from zlib.dll to zlib1.dll.
svn path=/trunk/; revision=9128
Diffstat (limited to 'packaging/nsis')
-rw-r--r--packaging/nsis/ethereal.nsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/nsis/ethereal.nsi b/packaging/nsis/ethereal.nsi
index 80b8e3167e..f03ae6d057 100644
--- a/packaging/nsis/ethereal.nsi
+++ b/packaging/nsis/ethereal.nsi
@@ -1,7 +1,7 @@
;
; ethereal.nsi
;
-; $Id: ethereal.nsi,v 1.23 2003/11/17 20:57:10 guy Exp $
+; $Id: ethereal.nsi,v 1.24 2003/12/01 17:19:09 gerald Exp $
; ============================================================================
; Header configuration
@@ -83,7 +83,7 @@ File "${COMMON_FILES_GNU}\libgmodule-2.0-0.dll"
File "${COMMON_FILES_GNU}\libgobject-2.0-0.dll"
File "${COMMON_FILES_GNU}\libintl-1.dll"
!endif
-File "${COMMON_FILES_GNU}\zlib.dll"
+File "${COMMON_FILES_GNU}\zlib1.dll"
File "${COMMON_FILES_GNU}\adns_dll.dll"
File "..\..\FAQ"
File "..\..\README"