patch 7.4.2288

Problem:    MS-Windows build instructions are clumsy. "dosbin" doesn't build.
Solution:   Add rename.bat. Fix building "dosbin".
This commit is contained in:
Bram Moolenaar
2016-08-28 20:14:38 +02:00
parent 6fc8227ebf
commit cb03397aba
4 changed files with 19 additions and 8 deletions

6
tools/rename.bat Normal file
View File

@ -0,0 +1,6 @@
mv vim.exe vimw32.exe
mv tee/tee.exe teew32.exe
mv xxd/xxd.exe xxdw32.exe
mv vim.pdb vimw32.pdb
mv install.exe installw32.exe
mv uninstal.exe uninstalw32.exe