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
win32u: Move NtUserGetIconSize implementation from user32.
[wine.git]
/
dlls
/
mshtml
/
Makefile.in
blob
14e992a6593a4d29745b63476da1d7bcf5992340
1
MODULE
=
mshtml.dll
2
IMPORTLIB
=
mshtml
3
IMPORTS
=
strmiids uuid urlmon shlwapi shell32 ole32 oleaut32 user32 gdi32 advapi32
4
DELAYIMPORTS
=
wininet inetcomm
5
6
C_SRCS
=
\
7
conpoint.c \
8
dispex.c \
9
editor.c \
10
htmlanchor.c \
11
htmlarea.c \
12
htmlattr.c \
13
htmlbody.c \
14
htmlcomment.c \
15
htmlcurstyle.c \
16
htmldoc.c \
17
htmlelem.c \
18
htmlelemcol.c \
19
htmlevent.c \
20
htmlform.c \
21
htmlframe.c \
22
htmlgeneric.c \
23
htmlhead.c \
24
htmlimg.c \
25
htmlinput.c \
26
htmllink.c \
27
htmllocation.c \
28
htmlnode.c \
29
htmlobject.c \
30
htmlscript.c \
31
htmlselect.c \
32
htmlstorage.c \
33
htmlstyle.c \
34
htmlstyleelem.c \
35
htmlstylesheet.c \
36
htmltable.c \
37
htmltextarea.c \
38
htmltextnode.c \
39
htmlwindow.c \
40
ifacewrap.c \
41
loadopts.c \
42
main.c \
43
mutation.c \
44
navigate.c \
45
npplugin.c \
46
nsembed.c \
47
nsevents.c \
48
nsio.c \
49
nsservice.c \
50
olecmd.c \
51
oleobj.c \
52
omnavigator.c \
53
persist.c \
54
pluginhost.c \
55
protocol.c \
56
range.c \
57
script.c \
58
secmgr.c \
59
selection.c \
60
service.c \
61
svg.c \
62
task.c \
63
view.c \
64
xmlhttprequest.c
65
66
nsembed_EXTRADEFS
= -
DINSTALL_DATADIR
=
"
\"
${datadir}
\"
"
67
68
RC_SRCS
=
mshtml.rc
69
70
IDL_SRCS
=
\
71
mshtml_classes.idl \
72
mshtml_private_iface.idl \
73
nsiface.idl