dwmapi: Add a stub for DwmGetTransportAttributes.
[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 kernel32
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         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         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         Ja.rc \
80         Ko.rc \
81         Lt.rc \
82         Nl.rc \
83         No.rc \
84         Pl.rc \
85         Pt.rc \
86         Ro.rc \
87         Ru.rc \
88         Si.rc \
89         Sv.rc \
90         Tr.rc \
91         Zh.rc \
92         rsrc.rc
93
94 IDL_H_SRCS = nsiface.idl
95
96 @MAKE_DLL_RULES@
97
98 @DEPENDENCIES@  # everything below this line is overwritten by make depend