diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-08-28 20:14:38 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-08-28 20:14:38 +0200 |
commit | cb03397abae22e7237511db2e19ad5ef3e5e5f4e (patch) | |
tree | ffd1d27048da0ec9b8e3f48221ef260eb029f89c /tools | |
parent | 6fc8227ebfbdfbbb48b81b679db81f421dbce79b (diff) | |
download | vim-git-cb03397abae22e7237511db2e19ad5ef3e5e5f4e.tar.gz |
patch 7.4.2288v7.4.2288
Problem: MS-Windows build instructions are clumsy. "dosbin" doesn't build.
Solution: Add rename.bat. Fix building "dosbin".
Diffstat (limited to 'tools')
-rw-r--r-- | tools/rename.bat | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/rename.bat b/tools/rename.bat new file mode 100644 index 000000000..d66b0d33f --- /dev/null +++ b/tools/rename.bat @@ -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 |