diff options
author | Gerald Combs <gerald@wireshark.org> | 2003-12-10 23:21:52 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2003-12-10 23:21:52 +0000 |
commit | 4f3287f27a8dd3890a56d69c69af1cbc03b45b18 (patch) | |
tree | 6f68c484f97afdc49a30e283e51c6c8da05bea86 /packaging/nsis/ethereal.nsi | |
parent | a92bb0da45732fcdf60a54bbdd9810983ec065ae (diff) |
Update the Windows environment to GLib 2.2.3 and GTK+ 1.3.0-20030717.
This requires replacing libintl-1.dll from the libintl package (which
is no longer used) with intl.dll from intl.dll from the gettext package.
svn path=/trunk/; revision=9239
Diffstat (limited to 'packaging/nsis/ethereal.nsi')
-rw-r--r-- | packaging/nsis/ethereal.nsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/nsis/ethereal.nsi b/packaging/nsis/ethereal.nsi index d8e3c7111a..f0b3ade375 100644 --- a/packaging/nsis/ethereal.nsi +++ b/packaging/nsis/ethereal.nsi @@ -1,7 +1,7 @@ ; ; ethereal.nsi ; -; $Id: ethereal.nsi,v 1.27 2003/12/10 19:05:06 ulfl Exp $ +; $Id: ethereal.nsi,v 1.28 2003/12/10 23:21:52 gerald Exp $ ; ============================================================================ ; Header configuration @@ -81,7 +81,7 @@ File "${COMMON_FILES_GNU}\iconv.dll" File "${COMMON_FILES_GNU}\libglib-2.0-0.dll" 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" +File "${COMMON_FILES_GNU}\intl.dll" !endif File "${COMMON_FILES_GNU}\zlib1.dll" File "${COMMON_FILES_GNU}\adns_dll.dll" |