mirror of
https://github.com/reactos/wine.git
synced 2025-02-16 19:10:35 +00:00
15 lines
201 B
Makefile
15 lines
201 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = msi.dll
|
|
IMPORTS = msi kernel32
|
|
|
|
CTESTS = \
|
|
db.c \
|
|
record.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
### Dependencies:
|