changeset 2472:3567e0d56891 vim73

Updated version of gettext for use with MVC. (Mike Williams)
author Bram Moolenaar <bram@vim.org>
date Mon, 02 Aug 2010 21:43:29 +0200
parents 6570c136be32
children d55e70cabe2c
files src/po/Make_mvc.mak src/po/README_mvc.txt
diffstat 2 files changed, 14 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/po/Make_mvc.mak
+++ b/src/po/Make_mvc.mak
@@ -62,8 +62,8 @@ MOFILES = \
 
 PACKAGE = vim
 
-# Correct the following line for the installation directory of gettext
-GETTEXT_PATH = H:\gettext.win32.msvcrt\bin
+# Correct the following line for the directory where gettext et al is installed
+GETTEXT_PATH = H:\gettext.0.14.4\bin
 
 MSGFMT = $(GETTEXT_PATH)\msgfmt
 XGETTEXT = $(GETTEXT_PATH)\xgettext
--- a/src/po/README_mvc.txt
+++ b/src/po/README_mvc.txt
@@ -1,10 +1,18 @@
 TRANSLATING VIM MESSAGES
 
-This file explains how to create and maintain po files using
-gnu-gettext.win32, a Windows port of gettext by Franco Bez
-<franco.bez@gmx.de>.  You can find it at:
+This file explains how to create and maintain po files using a number of
+GnuWin packages.  You will need gettext, libiconv and libexpat.  As of
+August 2010 the versions known to work are gettext 0.14.4, libiconv 1.9.2-1
+and expat 2.0.1.  gettext and libiconv can be found at:
+
+	http://gnuwin32.sourceforge.net/
 
-	http://people.freenet.de/franco.bez/gettext/gettext_win32_en.html
+expat can be found at:
+
+	http://sourceforge.net/projects/expat/
+
+expat will install into its own directory.  You should copy libexpat.dll into
+the bin directory created from the gettext/libiconv packages.
 
 First read the README.txt file in this directory for general remarks on
 translating Vim messages.