wine/dlls/setupapi/Makefile.in
Jacek Caban 4346d68e1b makedep: Use -Wl,-delayload option for winebuild delayimports.
Also fixes winebuild to correctly handle module extensions.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-11-12 21:39:40 +01:00

25 lines
404 B
Makefile

EXTRADEFS = -D_SETUPAPI_
MODULE = setupapi.dll
IMPORTLIB = setupapi
IMPORTS = uuid version advapi32 rpcrt4
DELAYIMPORTS = shell32 wintrust ole32 winspool.drv comdlg32 user32
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
devinst.c \
dialog.c \
dirid.c \
diskspace.c \
fakedll.c \
install.c \
misc.c \
parser.c \
query.c \
queue.c \
setupcab.c \
stringtable.c \
stubs.c
RC_SRCS = setupapi.rc