Commit 26c16313 authored by Misha Koshelev's avatar Misha Koshelev Committed by Alexandre Julliard

msi: Add base class for OLE automation objects.

parent d1c45886
......@@ -335,7 +335,9 @@ dlls/msi/instadvert.bmp
dlls/msi/instlocal.bmp
dlls/msi/libmsi.def
dlls/msi/msi.res
dlls/msi/msiserver.h
dlls/msi/msiserver.tlb
dlls/msi/msiserver_i.c
dlls/msi/sql.tab.c
dlls/msi/sql.tab.h
dlls/msi/tests/*.ok
......
......@@ -12,6 +12,7 @@ C_SRCS = \
action.c \
alter.c \
appsearch.c \
automation.c \
classes.c \
create.c \
custom.c \
......@@ -48,6 +49,8 @@ C_SRCS = \
upgrade.c \
where.c
IDL_H_SRCS = msiserver.idl
IDL_I_SRCS = msiserver.idl
IDL_TLB_SRCS = msiserver.idl
BISON_SRCS = \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment