mirror of
https://github.com/reactos/wine.git
synced 2025-02-17 03:18:32 +00:00
19 lines
248 B
Makefile
19 lines
248 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = msi.dll
|
|
IMPORTS = msi kernel32
|
|
|
|
CTESTS = \
|
|
db.c \
|
|
format.c \
|
|
msi.c \
|
|
package.c \
|
|
record.c \
|
|
suminfo.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
### Dependencies:
|