Commit 8c06ba6f authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent 1d6d080d
......@@ -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 = \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment