24 lines
392 B
Makefile
24 lines
392 B
Makefile
TESTDLL = msi.dll
|
|
IMPORTS = 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 \
|
|
rsrc.rc \
|
|
selfreg.c \
|
|
selfreg.spec \
|
|
source.c \
|
|
suminfo.c \
|
|
typelib.idl
|