uninstaller: Use DELAYIMPORTS on the GUI dlls to speed up 'uninstaller --list'.
This commit is contained in:
parent
8dac79d38b
commit
52e415f769
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue