Skip to content
Snippets Groups Projects
Commit 8c06ba6f authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

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

parent 1d6d080d
No related branches found
No related tags found
No related merge requests found
......@@ -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 = \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment