makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / mshtml / Makefile.in
1 MODULE    = mshtml.dll
2 IMPORTLIB = mshtml
3 IMPORTS   = strmiids uuid urlmon shlwapi shell32 ole32 oleaut32 user32 gdi32 advapi32
4 EXTRADEFS = -DCOM_NO_WINDOWS_H
5 DELAYIMPORTS = wininet
6
7 C_SRCS = \
8         conpoint.c \
9         dispex.c \
10         editor.c \
11         hlink.c \
12         htmlanchor.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         htmlevent.c \
24         htmlform.c \
25         htmlframe.c \
26         htmlframebase.c \
27         htmlgeneric.c \
28         htmliframe.c \
29         htmlimg.c \
30         htmlinput.c \
31         htmllocation.c \
32         htmlnode.c \
33         htmloption.c \
34         htmlscreen.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         secmgr.c \
64         selection.c \
65         service.c \
66         task.c \
67         txtrange.c \
68         view.c
69
70 RC_SRCS = \
71         Bg.rc \
72         Da.rc \
73         De.rc \
74         En.rc \
75         Es.rc \
76         Fi.rc \
77         Fr.rc \
78         Hu.rc \
79         It.rc \
80         Ja.rc \
81         Ko.rc \
82         Lt.rc \
83         Nl.rc \
84         No.rc \
85         Pl.rc \
86         Pt.rc \
87         Ro.rc \
88         Ru.rc \
89         Si.rc \
90         Sv.rc \
91         Tr.rc \
92         Uk.rc \
93         Zh.rc \
94         rsrc.rc
95
96 IDL_H_SRCS = nsiface.idl
97
98 @MAKE_DLL_RULES@