summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-08-28 20:14:38 +0200
committerBram Moolenaar <Bram@vim.org>2016-08-28 20:14:38 +0200
commitcb03397abae22e7237511db2e19ad5ef3e5e5f4e (patch)
treeffd1d27048da0ec9b8e3f48221ef260eb029f89c /tools
parent6fc8227ebfbdfbbb48b81b679db81f421dbce79b (diff)
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.bat6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/rename.bat b/tools/rename.bat
new file mode 100644
index 0000000000..d66b0d33f8
--- /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