commit | 013806229a1e15480592f6bc8453130685ec750b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 29 16:04:42 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 29 16:04:42 2015 +0100 |
tree | 64d7ee19b7260877387fed02fae3185525f67eed | |
parent | 096c8bb40d51b22a4b1d761baf7bb79fb9e55a28 [diff] [blame] |
patch 7.4.992 Problem: Makefiles for MS-Windows in src/po are outdated. Solution: Make them work. (Ken Takata, Taro Muraoka)
diff --git a/src/po/README_mvc.txt b/src/po/README_mvc.txt index 3a47213..c63ad1f 100644 --- a/src/po/README_mvc.txt +++ b/src/po/README_mvc.txt
@@ -111,6 +111,9 @@ This will create the xx\LC_MESSAGES directory in runtime\lang if it does not already exist. +You can also use the following command to install all languages: + + nmake -f make_mvc.mak install-all vim:tw=78: