mirror of
https://github.com/reactos/wine.git
synced 2024-11-27 05:30:30 +00:00
20 lines
284 B
Makefile
20 lines
284 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = msi.dll
|
|
IMPORTS = cabinet msi ole32 advapi32 kernel32
|
|
|
|
CTESTS = \
|
|
db.c \
|
|
format.c \
|
|
install.c \
|
|
msi.c \
|
|
package.c \
|
|
record.c \
|
|
suminfo.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
### Dependencies:
|