mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
Found a way to make the MS-Windows installer wait for the uninstaller to
finish, no need for the user to press Enter.
This commit is contained in:
@@ -830,7 +830,7 @@ $(OUTDIR):
|
||||
|
||||
install.exe: dosinst.c
|
||||
$(CC) /nologo -DNDEBUG -DWIN32 dosinst.c kernel32.lib shell32.lib \
|
||||
ole32.lib advapi32.lib uuid.lib
|
||||
user32.lib ole32.lib advapi32.lib uuid.lib
|
||||
- if exist install.exe del install.exe
|
||||
ren dosinst.exe install.exe
|
||||
|
||||
|
Reference in New Issue
Block a user