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
d3dcompiler_43: Use BOOL type where appropriate.
[wine.git]
/
dlls
/
mshtml
/
Makefile.in
blob
65d005602161188603b2614d323695650d8e0563
1
MODULE
=
mshtml.dll
2
IMPORTLIB
=
mshtml
3
IMPORTS
=
strmiids uuid urlmon shlwapi shell32 ole32 oleaut32 user32 gdi32 advapi32
4
DELAYIMPORTS
=
wininet
5
6
C_SRCS
=
\
7
conpoint.c \
8
dispex.c \
9
editor.c \
10
hlink.c \
11
htmlanchor.c \
12
htmlattr.c \
13
htmlbody.c \
14
htmlcomment.c \
15
htmlcurstyle.c \
16
htmldoc.c \
17
htmldoc3.c \
18
htmldoc5.c \
19
htmlelem.c \
20
htmlelem2.c \
21
htmlelem3.c \
22
htmlelemcol.c \
23
htmlembed.c \
24
htmlevent.c \
25
htmlform.c \
26
htmlframe.c \
27
htmlframebase.c \
28
htmlgeneric.c \
29
htmlhead.c \
30
htmliframe.c \
31
htmlimg.c \
32
htmlinput.c \
33
htmllink.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
htmlstorage.c \
43
htmlstyle.c \
44
htmlstyle2.c \
45
htmlstyle3.c \
46
htmlstyleelem.c \
47
htmlstylesheet.c \
48
htmltable.c \
49
htmltablecell.c \
50
htmltablerow.c \
51
htmltextarea.c \
52
htmltextcont.c \
53
htmltextnode.c \
54
htmlwindow.c \
55
ifacewrap.c \
56
ipwindow.c \
57
loadopts.c \
58
main.c \
59
mutation.c \
60
navigate.c \
61
npplugin.c \
62
nsembed.c \
63
nsevents.c \
64
nsio.c \
65
nsservice.c \
66
olecmd.c \
67
oleobj.c \
68
olewnd.c \
69
omnavigator.c \
70
persist.c \
71
pluginhost.c \
72
propbag.c \
73
protocol.c \
74
script.c \
75
secmgr.c \
76
selection.c \
77
service.c \
78
task.c \
79
txtrange.c \
80
view.c
81
82
RC_SRCS
=
mshtml.rc
83
PO_SRCS
=
mshtml.rc
84
85
IDL_H_SRCS
=
nsiface.idl
86
87
IDL_R_SRCS
=
mshtml_classes.idl
88
89
@MAKE_DLL_RULES@