mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 02:46:32 +00:00
0fc84a6d94
Signed-off-by: Drew Ronneberg <drew_ronneberg@yahoo.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
21 lines
356 B
Makefile
21 lines
356 B
Makefile
MODULE = setupapi.dll
|
|
IMPORTLIB = setupapi
|
|
IMPORTS = uuid version advapi32 rpcrt4 kernelbase
|
|
DELAYIMPORTS = cabinet shell32 wintrust ole32 comdlg32 user32
|
|
|
|
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
|