comparison Makefile @ 10192:758f3d5a463d v7.4.2365

commit https://github.com/vim/vim/commit/1b010058235fb803c1d4f42a02d2883921be8ef4 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 12 12:24:11 2016 +0200 patch 7.4.2365 Problem: Needless line break. Confusing directory name. Solution: Remove line break. Prepend "../" to "tools".
author Christian Brabandt <cb@256bit.org>
date Mon, 12 Sep 2016 12:30:10 +0200
parents 8bfcb960e6bd
children 9f48eab77d62
comparison
equal deleted inserted replaced
10191:01521953bdf1 10192:758f3d5a463d
138 # > nmake -f Make_mvc.mak 138 # > nmake -f Make_mvc.mak
139 # - Run the tests: 139 # - Run the tests:
140 # > nmake -f Make_mvc.mak testclean 140 # > nmake -f Make_mvc.mak testclean
141 # > nmake -f Make_mvc.mak test 141 # > nmake -f Make_mvc.mak test
142 # - check the output. 142 # - check the output.
143 # - Rename (using tools/rename.bat): 143 # - Rename (using ../tools/rename.bat):
144 # vim.exe to vimw32.exe 144 # vim.exe to vimw32.exe
145 # tee/tee.exe to teew32.exe 145 # tee/tee.exe to teew32.exe
146 # xxd/xxd.exe to xxdw32.exe 146 # xxd/xxd.exe to xxdw32.exe
147 # vim.pdb to vimw32.pdb 147 # vim.pdb to vimw32.pdb
148 # install.exe to installw32.exe 148 # install.exe to installw32.exe