projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
mshtml: Improved tracing of nsACString arguments.
[wine]
/
dlls
/
mshtml
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = mshtml.dll
6
IMPORTLIB = mshtml
7
IMPORTS = strmiids uuid urlmon shlwapi ole32 oleaut32 user32 gdi32 advapi32
8
EXTRADEFS = -DCOM_NO_WINDOWS_H
9
DELAYIMPORTS = wininet
10
11
C_SRCS = \
12
conpoint.c \
13
dispex.c \
14
editor.c \
15
hlink.c \
16
htmlanchor.c \
17
htmlbody.c \
18
htmlcomment.c \
19
htmlcurstyle.c \
20
htmldoc.c \
21
htmldoc3.c \
22
htmldoc5.c \
23
htmlelem.c \
24
htmlelem2.c \
25
htmlelem3.c \
26
htmlelemcol.c \
27
htmlevent.c \
28
htmlform.c \
29
htmlframe.c \
30
htmlframebase.c \
31
htmlgeneric.c \
32
htmliframe.c \
33
htmlimg.c \
34
htmlinput.c \
35
htmllocation.c \
36
htmlnode.c \
37
htmloption.c \
38
htmlscreen.c \
39
htmlscript.c \
40
htmlselect.c \
41
htmlstyle.c \
42
htmlstyle2.c \
43
htmlstyle3.c \
44
htmlstylesheet.c \
45
htmltable.c \
46
htmltablerow.c \
47
htmltextarea.c \
48
htmltextcont.c \
49
htmltextnode.c \
50
htmlwindow.c \
51
install.c \
52
loadopts.c \
53
main.c \
54
mutation.c \
55
navigate.c \
56
nsembed.c \
57
nsevents.c \
58
nsio.c \
59
nsservice.c \
60
olecmd.c \
61
oleobj.c \
62
olewnd.c \
63
omnavigator.c \
64
persist.c \
65
protocol.c \
66
script.c \
67
secmgr.c \
68
selection.c \
69
service.c \
70
task.c \
71
txtrange.c \
72
view.c
73
74
RC_SRCS = \
75
Bg.rc \
76
Da.rc \
77
De.rc \
78
En.rc \
79
Es.rc \
80
Fi.rc \
81
Fr.rc \
82
Hu.rc \
83
It.rc \
84
Ja.rc \
85
Ko.rc \
86
Lt.rc \
87
Nl.rc \
88
No.rc \
89
Pl.rc \
90
Pt.rc \
91
Ro.rc \
92
Ru.rc \
93
Si.rc \
94
Sv.rc \
95
Tr.rc \
96
Uk.rc \
97
Zh.rc \
98
rsrc.rc
99
100
IDL_H_SRCS = nsiface.idl
101
102
@MAKE_DLL_RULES@