comparison src/po/README_mingw.txt @ 7374:7e367104f6b6 v7.4.992

commit https://github.com/vim/vim/commit/013806229a1e15480592f6bc8453130685ec750b Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 29 16:04:42 2015 +0100 patch 7.4.992 Problem: Makefiles for MS-Windows in src/po are outdated. Solution: Make them work. (Ken Takata, Taro Muraoka)
author Christian Brabandt <cb@256bit.org>
date Tue, 29 Dec 2015 16:15:04 +0100
parents 1cd1c68045a2
children 4027cefc2aab
comparison
equal deleted inserted replaced
7373:7540bb5bb459 7374:7e367104f6b6
84 84
85 make -f Make_ming.mak install 85 make -f Make_ming.mak install
86 86
87 This will create the xx\LC_MESSAGES directory (if it does not exist) and 87 This will create the xx\LC_MESSAGES directory (if it does not exist) and
88 will copy vim.po to it. 88 will copy vim.po to it.
89 You can also use the following command to install all languages:
90
91 make -f Make_ming.mak install-all
89 92
90 (6) Another extra step ;-)). The command: 93 (6) Another extra step ;-)). The command:
91 94
92 make -f Make_ming.mak clean 95 make -f Make_ming.mak clean
93 96