repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
opengl32: Remove redundant fields in the functions hashes.
[wine.git]
/
dlls
/
mshtml
/
Makefile.in
blob
db2e1b55fc436f7acbbcad45b37ab723025f9178
1
MODULE
=
mshtml.dll
2
IMPORTLIB
=
mshtml
3
IMPORTS
=
strmiids uuid urlmon shlwapi shell32 ole32 oleaut32 user32 gdi32 advapi32
4
EXTRADEFS
= -
DCOM_NO_WINDOWS_H
5
DELAYIMPORTS
=
wininet
6
7
C_SRCS
=
\
8
conpoint.c \
9
dispex.c \
10
editor.c \
11
hlink.c \
12
htmlanchor.c \
13
htmlattr.c \
14
htmlbody.c \
15
htmlcomment.c \
16
htmlcurstyle.c \
17
htmldoc.c \
18
htmldoc3.c \
19
htmldoc5.c \
20
htmlelem.c \
21
htmlelem2.c \
22
htmlelem3.c \
23
htmlelemcol.c \
24
htmlembed.c \
25
htmlevent.c \
26
htmlform.c \
27
htmlframe.c \
28
htmlframebase.c \
29
htmlgeneric.c \
30
htmlhead.c \
31
htmliframe.c \
32
htmlimg.c \
33
htmlinput.c \
34
htmllocation.c \
35
htmlmeta.c \
36
htmlnode.c \
37
htmlobject.c \
38
htmloption.c \
39
htmlscreen.c \
40
htmlscript.c \
41
htmlselect.c \
42
htmlstyle.c \
43
htmlstyle2.c \
44
htmlstyle3.c \
45
htmlstyleelem.c \
46
htmlstylesheet.c \
47
htmltable.c \
48
htmltablecell.c \
49
htmltablerow.c \
50
htmltextarea.c \
51
htmltextcont.c \
52
htmltextnode.c \
53
htmlwindow.c \
54
ifacewrap.c \
55
ipwindow.c \
56
loadopts.c \
57
main.c \
58
mutation.c \
59
navigate.c \
60
npplugin.c \
61
nsembed.c \
62
nsevents.c \
63
nsio.c \
64
nsservice.c \
65
olecmd.c \
66
oleobj.c \
67
olewnd.c \
68
omnavigator.c \
69
persist.c \
70
pluginhost.c \
71
propbag.c \
72
protocol.c \
73
script.c \
74
secmgr.c \
75
selection.c \
76
service.c \
77
task.c \
78
txtrange.c \
79
view.c
80
81
RC_SRCS
=
mshtml.rc
82
PO_SRCS
=
mshtml.rc
83
84
IDL_H_SRCS
=
nsiface.idl
85
86
IDL_R_SRCS
=
mshtml_classes.idl
87
88
@MAKE_DLL_RULES@