dpwsockx: Implementation of SPInit
[wine/gsoc_dplay.git] / dlls / mshtml / Makefile.in
blob7f44bb16a1d3836f9de0a45ca0c822ce5bc7ad39
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 kernel32
8 EXTRADEFS = -DCOM_NO_WINDOWS_H
9 DELAYIMPORTS = wininet
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 htmlgeneric.c \
29 htmliframe.c \
30 htmlimg.c \
31 htmlinput.c \
32 htmllocation.c \
33 htmlnode.c \
34 htmloption.c \
35 htmlscript.c \
36 htmlselect.c \
37 htmlstyle.c \
38 htmlstyle2.c \
39 htmlstyle3.c \
40 htmlstylesheet.c \
41 htmltable.c \
42 htmltablerow.c \
43 htmltextarea.c \
44 htmltextcont.c \
45 htmltextnode.c \
46 htmlwindow.c \
47 install.c \
48 loadopts.c \
49 main.c \
50 mutation.c \
51 navigate.c \
52 nsembed.c \
53 nsevents.c \
54 nsio.c \
55 nsservice.c \
56 olecmd.c \
57 oleobj.c \
58 olewnd.c \
59 omnavigator.c \
60 persist.c \
61 protocol.c \
62 script.c \
63 selection.c \
64 service.c \
65 task.c \
66 txtrange.c \
67 view.c
69 RC_SRCS = \
70 Bg.rc \
71 Da.rc \
72 De.rc \
73 En.rc \
74 Es.rc \
75 Fi.rc \
76 Fr.rc \
77 Hu.rc \
78 Ja.rc \
79 Ko.rc \
80 Lt.rc \
81 Nl.rc \
82 No.rc \
83 Pl.rc \
84 Pt.rc \
85 Ro.rc \
86 Ru.rc \
87 Si.rc \
88 Sv.rc \
89 Tr.rc \
90 Zh.rc \
91 rsrc.rc
93 IDL_H_SRCS = nsiface.idl
95 @MAKE_DLL_RULES@
97 @DEPENDENCIES@ # everything below this line is overwritten by make depend