wine/dlls/msi/tests/Makefile.in
Hans Leidekker 54b8c8c7ea msi/tests: Build without -DWINE_NO_LONG_TYPES.
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-02-07 20:24:42 +01:00

23 lines
389 B
Makefile

TESTDLL = msi.dll
IMPORTS = secur32 cabinet msi shell32 ole32 oleaut32 user32 advapi32 version odbccp32
custom_IMPORTS = uuid msi ole32 shell32 advapi32 odbccp32 oleaut32
SOURCES = \
action.c \
automation.c \
custom.c \
custom.spec \
db.c \
format.c \
install.c \
msi.c \
package.c \
patch.c \
record.c \
selfreg.c \
selfreg.spec \
source.c \
suminfo.c \
typelib.idl