msi: Also set the Intel property on 64-bit processors.
[wine] / dlls / msi / tests / Makefile.in
1 TESTDLL   = msi.dll
2 IMPORTS   = cabinet msi shell32 ole32 oleaut32 user32 advapi32 version
3
4 C_SRCS = \
5         action.c \
6         automation.c \
7         db.c \
8         format.c \
9         install.c \
10         msi.c \
11         package.c \
12         patch.c \
13         record.c \
14         source.c \
15         suminfo.c
16
17 @MAKE_TEST_RULES@