mirror of
https://github.com/vim/vim.git
synced 2025-07-04 23:07:33 -04:00
Problem: Creating the distribution doesn't work as documented. Solution: Adjust name of uninstall binary. Create src/auto directory if needed.
7 lines
160 B
Batchfile
7 lines
160 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 uninstall.exe uninstallw32.exe
|