
Signed-off-by: Vincent Povirk <vincent@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
15 lines
200 B
Makefile
15 lines
200 B
Makefile
TESTDLL = setupapi.dll
|
|
IMPORTS = setupapi user32 advapi32
|
|
|
|
C_SRCS = \
|
|
devinst.c \
|
|
diskspace.c \
|
|
install.c \
|
|
misc.c \
|
|
parser.c \
|
|
query.c \
|
|
setupcab.c \
|
|
stringtable.c
|
|
|
|
RC_SRCS = setupapi.rc
|