forked from aniani/vim
Problem: MS-Windows build instructions are clumsy. "dosbin" doesn't build. Solution: Add rename.bat. Fix building "dosbin".
7 lines
158 B
Batchfile
7 lines
158 B
Batchfile
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
|