2003-08-13 03:27:48 +02:00
|
|
|
MODULE = msi.dll
|
2008-03-04 16:52:54 +01:00
|
|
|
IMPORTLIB = msi
|
2010-07-21 13:24:34 +02:00
|
|
|
IMPORTS = uuid urlmon wininet comctl32 shell32 shlwapi cabinet oleaut32 ole32 version user32 gdi32 advapi32
|
2011-05-24 10:49:56 +02:00
|
|
|
DELAYIMPORTS = odbccp32 wintrust crypt32 imagehlp
|
2003-08-13 03:27:48 +02:00
|
|
|
|
|
|
|
C_SRCS = \
|
2004-06-28 22:34:35 +02:00
|
|
|
action.c \
|
2006-08-18 07:09:03 +02:00
|
|
|
alter.c \
|
2005-02-01 15:22:31 +01:00
|
|
|
appsearch.c \
|
2010-11-11 10:45:42 +01:00
|
|
|
assembly.c \
|
2007-05-01 03:53:43 +02:00
|
|
|
automation.c \
|
2005-06-16 17:51:44 +02:00
|
|
|
classes.c \
|
2004-03-16 20:18:22 +01:00
|
|
|
create.c \
|
2005-01-25 21:17:09 +01:00
|
|
|
custom.c \
|
2005-03-29 13:28:57 +02:00
|
|
|
database.c \
|
2005-02-14 12:07:13 +01:00
|
|
|
delete.c \
|
2005-01-28 13:39:57 +01:00
|
|
|
dialog.c \
|
2003-08-13 03:27:48 +02:00
|
|
|
distinct.c \
|
2008-10-02 22:56:54 +02:00
|
|
|
drop.c \
|
2005-05-27 11:11:18 +02:00
|
|
|
events.c \
|
2005-06-17 22:56:55 +02:00
|
|
|
files.c \
|
2006-09-13 08:55:34 +02:00
|
|
|
font.c \
|
2005-01-25 21:17:09 +01:00
|
|
|
format.c \
|
2003-08-13 03:27:48 +02:00
|
|
|
handle.c \
|
2004-03-20 20:18:46 +01:00
|
|
|
insert.c \
|
2005-06-16 22:40:34 +02:00
|
|
|
install.c \
|
2008-08-19 05:59:44 +02:00
|
|
|
media.c \
|
2003-08-13 03:27:48 +02:00
|
|
|
msi.c \
|
2006-07-24 12:47:00 +02:00
|
|
|
msi_main.c \
|
2003-08-13 03:27:48 +02:00
|
|
|
msiquery.c \
|
2004-06-30 21:38:36 +02:00
|
|
|
package.c \
|
2011-05-24 10:49:37 +02:00
|
|
|
patch.c \
|
2003-08-13 03:27:48 +02:00
|
|
|
record.c \
|
2005-01-25 11:58:36 +01:00
|
|
|
registry.c \
|
2007-05-01 03:54:43 +02:00
|
|
|
script.c \
|
2003-08-13 03:27:48 +02:00
|
|
|
select.c \
|
2005-07-05 23:00:06 +02:00
|
|
|
source.c \
|
2008-07-08 06:59:07 +02:00
|
|
|
storages.c \
|
2007-04-25 12:22:01 +02:00
|
|
|
streams.c \
|
2004-03-17 21:49:59 +01:00
|
|
|
string.c \
|
2003-08-13 03:27:48 +02:00
|
|
|
suminfo.c \
|
|
|
|
table.c \
|
|
|
|
tokenize.c \
|
2004-07-04 02:30:02 +02:00
|
|
|
update.c \
|
2005-06-09 14:05:27 +02:00
|
|
|
upgrade.c \
|
2003-08-13 03:27:48 +02:00
|
|
|
where.c
|
|
|
|
|
2007-05-01 03:53:43 +02:00
|
|
|
IDL_H_SRCS = msiserver.idl
|
|
|
|
IDL_I_SRCS = msiserver.idl
|
2010-12-17 14:59:49 +01:00
|
|
|
IDL_R_SRCS = msiserver.idl
|
2007-01-26 13:14:58 +01:00
|
|
|
IDL_TLB_SRCS = msiserver.idl
|
|
|
|
|
2006-09-09 13:16:22 +02:00
|
|
|
BISON_SRCS = \
|
|
|
|
cond.y \
|
|
|
|
sql.y
|
|
|
|
|
2011-01-06 16:21:30 +01:00
|
|
|
RC_SRCS = msi.rc
|
|
|
|
PO_SRCS = msi.rc
|
2003-08-13 03:27:48 +02:00
|
|
|
|
|
|
|
@MAKE_DLL_RULES@
|