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

This commit is contained in:
Francois Gouget 2009-03-02 19:26:35 +01:00 committed by Alexandre Julliard
parent 8dac79d38b
commit 52e415f769

View file

@ -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