From e98fb47e766ed25efba7109d02f78bd984e76c4d Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Fri, 23 Jan 2004 02:38:03 +0000 Subject: Update to GLib 2.2.3-20040116 and gettext 0.13.1. svn path=/trunk/; revision=9799 --- README.win32 | 8 ++++---- config.nmake | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.win32 b/README.win32 index 6734435460..12dc4fd716 100644 --- a/README.win32 +++ b/README.win32 @@ -1,4 +1,4 @@ -$Id: README.win32,v 1.58 2004/01/17 11:05:35 ulfl Exp $ +$Id: README.win32,v 1.59 2004/01/23 02:38:03 gerald Exp $ Installing Ethereal, Tethereal, and Editcap on Win32 ==================================================== @@ -172,12 +172,12 @@ package is as follows: Package Default Location ------- ---------------- adns-1.0-win32-01.zip C:\ethereal-win32-libs - glib-2.2.3.zip C:\ethereal-win32-libs\glib - glib-dev-2.2.3.zip C:\ethereal-win32-libs\glib + glib-2.2.3-20040116.zip C:\ethereal-win32-libs\glib + glib-dev-2.2.3-20040116.zip C:\ethereal-win32-libs\glib gtk+-1.3.0-20030717.zip C:\ethereal-win32-libs\gtk+ gtk+-dev-1.3.0-20030115.zip C:\ethereal-win32-libs\gtk+ libiconv-1.9.1.bin.woe32.zip C:\ethereal-win32-libs\libiconv-1.9.1.bin.woe32 - gettext-runtime-0.12.1.bin.woe32.zip C:\ethereal-win32-libs\gettext-runtime-0.12.1.bin.woe32 + gettext-runtime-0.13.1.zip C:\ethereal-win32-libs\gettext-runtime-0.13.1 net-snmp-5.1.zip C:\ethereal-win32-libs pcre-4.4.zip C:\ethereal-win32-libs wpdpack_3_0.zip C:\ethereal-win32-libs diff --git a/config.nmake b/config.nmake index 77d51ddffd..fe6e9561d2 100644 --- a/config.nmake +++ b/config.nmake @@ -1,4 +1,4 @@ -# $Id: config.nmake,v 1.76 2004/01/05 21:04:42 ulfl Exp $ +# $Id: config.nmake,v 1.77 2004/01/23 02:38:03 gerald Exp $ VERSION=0.10.0 # @@ -108,7 +108,7 @@ ICONV_DIR=$(ETHEREAL_LIBS)\libiconv-1.9.1.bin.woe32 # Set GETTEXT_DIR to the pathname of the directory in which the # GETTEXT include files and library resides. # -GETTEXT_DIR=$(ETHEREAL_LIBS)\gettext-runtime-0.12.1.bin.woe32 +GETTEXT_DIR=$(ETHEREAL_LIBS)\gettext-runtime-0.13.1 # Compiler flags # /W3 warning level 3 (0 less - 4 most, 1 default) -- cgit v1.2.3