1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = mshtml.dll
IMPORTLIB = mshtml
IMPORTS = strmiids uuid urlmon shlwapi ole32 oleaut32 user32 gdi32 advapi32 kernel32
EXTRADEFS = -DCOM_NO_WINDOWS_H
C_SRCS = \
conpoint.c \
dispex.c \
editor.c \
hlink.c \
htmlanchor.c \
htmlbody.c \
htmlcomment.c \
htmlcurstyle.c \
htmldoc.c \
htmldoc3.c \
htmldoc5.c \
htmlelem.c \
htmlelem2.c \
htmlelem3.c \
htmlelemcol.c \
htmlevent.c \
htmlgeneric.c \
htmliframe.c \
htmlimg.c \
htmlinput.c \
htmllocation.c \
htmlnode.c \
htmloption.c \
htmlscript.c \
htmlselect.c \
htmlstyle.c \
htmlstyle2.c \
htmlstyle3.c \
htmlstylesheet.c \
htmltable.c \
htmltablerow.c \
htmltextarea.c \
htmltextcont.c \
htmltextnode.c \
htmlwindow.c \
install.c \
loadopts.c \
main.c \
mutation.c \
navigate.c \
nsembed.c \
nsevents.c \
nsio.c \
nsservice.c \
olecmd.c \
oleobj.c \
olewnd.c \
omnavigator.c \
persist.c \
protocol.c \
script.c \
selection.c \
service.c \
task.c \
txtrange.c \
view.c
RC_SRCS = \
Bg.rc \
Da.rc \
De.rc \
En.rc \
Es.rc \
Fi.rc \
Fr.rc \
Hu.rc \
Ja.rc \
Ko.rc \
Lt.rc \
Nl.rc \
No.rc \
Pl.rc \
Pt.rc \
Ro.rc \
Ru.rc \
Si.rc \
Sv.rc \
Tr.rc \
Zh.rc \
rsrc.rc
IDL_H_SRCS = nsiface.idl
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend