mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 18:53:55 +02:00
Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
22 lines
389 B
Makefile
22 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
|