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

Francois Gouget fgouget at codeweavers.com
Mon Mar 2 12:26:35 CST 2009


---
 programs/uninstaller/Makefile.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/programs/uninstaller/Makefile.in b/programs/uninstaller/Makefile.in
index 3b151a7..0f7e0e4 100644
--- a/programs/uninstaller/Makefile.in
+++ b/programs/uninstaller/Makefile.in
@@ -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
-- 
1.6.1.3



More information about the wine-patches mailing list