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

20 lines
325 B
Makefile
Raw Normal View History

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../../..
SRCDIR = @srcdir@
VPATH = @srcdir@
TESTDLL = msi.dll
IMPORTS = cabinet msi shell32 ole32 oleaut32 user32 advapi32 kernel32 version
C_SRCS = \
automation.c \
2005-01-06 20:42:48 +00:00
db.c \
format.c \
2006-06-15 07:31:46 +00:00
install.c \
msi.c \
package.c \
record.c \
source.c \
suminfo.c
@MAKE_TEST_RULES@