comparison tools/rename.bat @ 18844:217c97e06615 v8.1.2409

patch 8.1.2409: creating the distribution doesn't work as documented Commit: https://github.com/vim/vim/commit/5f1920ada24904a115232e01f28fc8a6cdd623af Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 7 21:01:43 2019 +0100 patch 8.1.2409: creating the distribution doesn't work as documented Problem: Creating the distribution doesn't work as documented. Solution: Adjust name of uninstall binary. Create src/auto directory if needed.
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 Dec 2019 21:15:03 +0100
parents f0b1cbf9467e
children 7a3de23515d6
comparison
equal deleted inserted replaced
18843:213818e6529c 18844:217c97e06615
1 mv vim.exe vimw32.exe 1 mv vim.exe vimw32.exe
2 mv tee/tee.exe teew32.exe 2 mv tee/tee.exe teew32.exe
3 mv xxd/xxd.exe xxdw32.exe 3 mv xxd/xxd.exe xxdw32.exe
4 mv vim.pdb vimw32.pdb 4 mv vim.pdb vimw32.pdb
5 mv install.exe installw32.exe 5 mv install.exe installw32.exe
6 mv uninstal.exe uninstalw32.exe 6 mv uninstall.exe uninstallw32.exe