summaryrefslogtreecommitdiff
path: root/src/po/Make_mvc.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-08-02 21:43:29 +0200
committerBram Moolenaar <Bram@vim.org>2010-08-02 21:43:29 +0200
commit413177336f3d7f35afa5d1a96bc7f98b3123b0b6 (patch)
tree98ca66d3b263b2ab98c1c1c9854df4d6a3ce814d /src/po/Make_mvc.mak
parentbdc975cdfe38521ba6359fa9df1dea5372c53d94 (diff)
downloadvim-git-413177336f3d7f35afa5d1a96bc7f98b3123b0b6.tar.gz
Updated version of gettext for use with MVC. (Mike Williams)
Diffstat (limited to 'src/po/Make_mvc.mak')
-rw-r--r--src/po/Make_mvc.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/po/Make_mvc.mak b/src/po/Make_mvc.mak
index 7f37a86c0..32eecfe00 100644
--- 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