Commit 52e415f7 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

uninstaller: Use DELAYIMPORTS on the GUI dlls to speed up 'uninstaller --list'.

parent 8dac79d3
......@@ -5,7 +5,8 @@ SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = uninstaller.exe
APPMODE = -mconsole -municode
IMPORTS = shlwapi shell32 user32 gdi32 advapi32 kernel32
IMPORTS = advapi32 kernel32
DELAYIMPORTS = shlwapi shell32 user32 gdi32
C_SRCS = \
main.c
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment