Francois Gouget : uninstaller: Use DELAYIMPORTS on the GUI dlls to speed up 'uninstaller --list'.
Module: wine Branch: master Commit: 52e415f769e317c802503f293f609ce592e3441a URL: http://source.winehq.org/git/wine.git/?a=commit;h=52e415f769e317c802503f293f... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Mon Mar 2 19:26:35 2009 +0100 uninstaller: Use DELAYIMPORTS on the GUI dlls to speed up 'uninstaller --list'. --- 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
participants (1)
-
Alexandre Julliard