mirror of
https://github.com/reactos/wine.git
synced 2025-02-24 23:10:48 +00:00
18 lines
278 B
Makefile
18 lines
278 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = setupapi.dll
|
|
IMPORTS = setupapi user32 advapi32 kernel32
|
|
|
|
C_SRCS = \
|
|
devinst.c \
|
|
install.c \
|
|
misc.c \
|
|
parser.c \
|
|
query.c \
|
|
setupcab.c \
|
|
stringtable.c
|
|
|
|
@MAKE_TEST_RULES@
|