aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2004-01-23 02:38:03 +0000
committerGerald Combs <gerald@wireshark.org>2004-01-23 02:38:03 +0000
commite98fb47e766ed25efba7109d02f78bd984e76c4d (patch)
tree02b89ee2f0b3d738af4793806e2a0c2fc8bedc32 /config.nmake
parentf54a741b3b3d40a90003adca5c6e6dc4b78b3029 (diff)
Update to GLib 2.2.3-20040116 and gettext 0.13.1.
svn path=/trunk/; revision=9799
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake4
1 files changed, 2 insertions, 2 deletions
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)