Sweden-Number/dlls/msi/Makefile.in

57 lines
826 B
Makefile
Raw Normal View History

MODULE = msi.dll
IMPORTLIB = msi
IMPORTS = uuid urlmon wininet comctl32 shell32 shlwapi cabinet oleaut32 ole32 version user32 gdi32 advapi32 rpcrt4 sxs imagehlp mspatcha odbccp32 wintrust crypt32
EXTRAIDLFLAGS = --prefix-server=s_
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 \
assembly.c \
automation.c \
classes.c \
create.c \
custom.c \
database.c \
2005-02-14 12:07:13 +01:00
delete.c \
2005-01-28 13:39:57 +01:00
dialog.c \
distinct.c \
drop.c \
files.c \
font.c \
format.c \
handle.c \
insert.c \
install.c \
media.c \
msi.c \
msi_main.c \
msiquery.c \
2004-06-30 21:38:36 +02:00
package.c \
patch.c \
record.c \
registry.c \
2007-05-01 03:54:43 +02:00
script.c \
select.c \
source.c \
storages.c \
streams.c \
string.c \
suminfo.c \
table.c \
tokenize.c \
2004-07-04 02:30:02 +02:00
update.c \
upgrade.c \
where.c
IDL_SRCS = \
msiserver.idl \
winemsi.idl
BISON_SRCS = \
cond.y \
sql.y
2011-01-06 16:21:30 +01:00
RC_SRCS = msi.rc