Makefile.in 776 Bytes
Newer Older
1
MODULE    = msi.dll
2
IMPORTLIB = msi
3
IMPORTS   = uuid urlmon wininet comctl32 shell32 shlwapi cabinet oleaut32 ole32 version user32 gdi32 advapi32
4
DELAYIMPORTS = odbccp32 wintrust crypt32 imagehlp mspatcha
5 6

C_SRCS = \
7
	action.c \
8
	alter.c \
9
	appsearch.c \
10
	assembly.c \
11
	automation.c \
12
	classes.c \
13
	create.c \
14
	custom.c \
15
	database.c \
16
	delete.c \
17
	dialog.c \
18
	distinct.c \
19
	drop.c \
20
	files.c \
21
	font.c \
22
	format.c \
23
	handle.c \
24
	insert.c \
25
	install.c \
26
	media.c \
27
	msi.c \
28
	msi_main.c \
29
	msiquery.c \
30
	package.c \
31
	patch.c \
32
	record.c \
33
	registry.c \
34
	script.c \
35
	select.c \
36
	source.c \
37
	storages.c \
38
	streams.c \
39
	string.c \
40 41 42
	suminfo.c \
	table.c \
	tokenize.c \
43
	update.c \
44
	upgrade.c \
45 46
	where.c

47
IDL_SRCS = msiserver.idl
48

49 50 51 52
BISON_SRCS = \
	cond.y \
	sql.y

53
RC_SRCS = msi.rc