mshtml: Fix a test failure in win2k3.
[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
10 C_SRCS = \
11         conpoint.c \
12         dispex.c \
13         editor.c \
14         hlink.c \
15         htmlanchor.c \
16         htmlbody.c \
17         htmlcomment.c \
18         htmldoc.c \
19         htmldoc3.c \
20         htmldoc5.c \
21         htmlelem.c \
22         htmlelem2.c \
23         htmlevent.c \
24         htmlimg.c \
25         htmlinput.c \
26         htmllocation.c \
27         htmlnode.c \
28         htmloption.c \
29         htmlscript.c \
30         htmlselect.c \
31         htmlstyle.c \
32         htmlstylesheet.c \
33         htmltable.c \
34         htmltextarea.c \
35         htmltextcont.c \
36         htmltextnode.c \
37         htmlwindow.c \
38         install.c \
39         loadopts.c \
40         main.c \
41         navigate.c \
42         nsembed.c \
43         nsevents.c \
44         nsio.c \
45         nsservice.c \
46         olecmd.c \
47         oleobj.c \
48         olewnd.c \
49         omnavigator.c \
50         persist.c \
51         protocol.c \
52         script.c \
53         selection.c \
54         service.c \
55         task.c \
56         txtrange.c \
57         view.c
58
59 RC_SRCS = rsrc.rc
60
61 IDL_H_SRCS = nsiface.idl
62
63 @MAKE_DLL_RULES@
64
65 @DEPENDENCIES@  # everything below this line is overwritten by make depend