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