Update to GLib 2.2.3-20040116 and gettext 0.13.1.

svn path=/trunk/; revision=9799
This commit is contained in:
Gerald Combs 2004-01-23 02:38:03 +00:00
parent f54a741b3b
commit e98fb47e76
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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)