wine-wine/dlls/msi/tests/Makefile.in

22 lines
379 B
Makefile
Raw Normal View History

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../../..
SRCDIR = @srcdir@
VPATH = @srcdir@
TESTDLL = msi.dll
IMPORTS = cabinet msi shell32 ole32 advapi32 kernel32
EXTRALIBS = -luuid
CTESTS = \
2005-01-06 20:42:48 +00:00
db.c \
format.c \
iface.c \
2006-06-15 07:31:46 +00:00
install.c \
msi.c \
package.c \
record.c \
suminfo.c
@MAKE_TEST_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend