wineboot: Delay import the dlls that are not needed for the default initialisation.

oldstable
Alexandre Julliard 2008-01-16 19:51:20 +01:00
parent 1d6d080d4b
commit 8c06ba6fd8
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@ SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = wineboot.exe
APPMODE = -mconsole
IMPORTS = shell32 shlwapi version user32 advapi32 kernel32 ntdll
IMPORTS = advapi32 kernel32 ntdll
DELAYIMPORTS = shell32 shlwapi version user32
EXTRALIBS = -luuid
C_SRCS = \