wineboot: Delay import the dlls that are not needed for the default initialisation.
This commit is contained in:
parent
1d6d080d4b
commit
8c06ba6fd8
|
@ -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 = \
|
||||
|
|
Loading…
Reference in New Issue