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