annotate tools/rename.bat @ 10032:f0b1cbf9467e v7.4.2288

commit https://github.com/vim/vim/commit/cb03397abae22e7237511db2e19ad5ef3e5e5f4e Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 28 20:14:38 2016 +0200 patch 7.4.2288 Problem: MS-Windows build instructions are clumsy. "dosbin" doesn't build. Solution: Add rename.bat. Fix building "dosbin".
author Christian Brabandt <cb@256bit.org>
date Sun, 28 Aug 2016 20:15:05 +0200
parents
children 217c97e06615
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10032
f0b1cbf9467e commit https://github.com/vim/vim/commit/cb03397abae22e7237511db2e19ad5ef3e5e5f4e
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
1 mv vim.exe vimw32.exe
f0b1cbf9467e commit https://github.com/vim/vim/commit/cb03397abae22e7237511db2e19ad5ef3e5e5f4e
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
2 mv tee/tee.exe teew32.exe
f0b1cbf9467e commit https://github.com/vim/vim/commit/cb03397abae22e7237511db2e19ad5ef3e5e5f4e
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
3 mv xxd/xxd.exe xxdw32.exe
f0b1cbf9467e commit https://github.com/vim/vim/commit/cb03397abae22e7237511db2e19ad5ef3e5e5f4e
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
4 mv vim.pdb vimw32.pdb
f0b1cbf9467e commit https://github.com/vim/vim/commit/cb03397abae22e7237511db2e19ad5ef3e5e5f4e
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
5 mv install.exe installw32.exe
f0b1cbf9467e commit https://github.com/vim/vim/commit/cb03397abae22e7237511db2e19ad5ef3e5e5f4e
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
6 mv uninstal.exe uninstalw32.exe