commit | cb03397abae22e7237511db2e19ad5ef3e5e5f4e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 28 20:14:38 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 28 20:14:38 2016 +0200 |
tree | ffd1d27048da0ec9b8e3f48221ef260eb029f89c | |
parent | 6fc8227ebfbdfbbb48b81b679db81f421dbce79b [diff] [blame] |
patch 7.4.2288 Problem: MS-Windows build instructions are clumsy. "dosbin" doesn't build. Solution: Add rename.bat. Fix building "dosbin".
diff --git a/tools/rename.bat b/tools/rename.bat new file mode 100644 index 0000000..d66b0d3 --- /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