summaryrefslogtreecommitdiffstats
path: root/src/Make_mvc.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-05-25 21:02:00 +0200
committerBram Moolenaar <Bram@vim.org>2010-05-25 21:02:00 +0200
commitb230bd5a1660ba67bf8de73d59a02838a26c9922 (patch)
tree30f7c0ee3dc265a66f3956df61743096656543df /src/Make_mvc.mak
parent9d72807646363a7b1570f42517b308ac2fe8ef65 (diff)
Found a way to make the MS-Windows installer wait for the uninstaller to
finish, no need for the user to press Enter.
Diffstat (limited to 'src/Make_mvc.mak')
-rw-r--r--src/Make_mvc.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Make_mvc.mak b/src/Make_mvc.mak
index 8a4e5adc0e..695d352e73 100644
--- a/src/Make_mvc.mak
+++ b/src/Make_mvc.mak
@@ -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