Spelling fixes.
[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   = urlmon shlwapi ole32 oleaut32 user32 gdi32 advapi32 kernel32
8 EXTRALIBS = -lstrmiids -luuid
9 EXTRADEFS = -DCOM_NO_WINDOWS_H
10
11 C_SRCS = \
12         conpoint.c \
13         editor.c \
14         hlink.c \
15         htmlanchor.c \
16         htmlbody.c \
17         htmldoc.c \
18         htmldoc3.c \
19         htmldoc5.c \
20         htmlelem.c \
21         htmlelem2.c \
22         htmlinput.c \
23         htmllocation.c \
24         htmlnode.c \
25         htmloption.c \
26         htmlscript.c \
27         htmlselect.c \
28         htmlstyle.c \
29         htmlstylesheet.c \
30         htmltable.c \
31         htmltextcont.c \
32         htmltextarea.c \
33         htmlwindow.c \
34         install.c \
35         loadopts.c \
36         main.c \
37         navigate.c \
38         nsembed.c \
39         nsevents.c \
40         nsio.c \
41         nsservice.c \
42         olecmd.c \
43         oleobj.c \
44         olewnd.c \
45         persist.c \
46         protocol.c \
47         script.c \
48         selection.c \
49         service.c \
50         task.c \
51         txtrange.c \
52         view.c
53
54 RC_SRCS = rsrc.rc
55
56 IDL_H_SRCS = nsiface.idl
57
58 @MAKE_DLL_RULES@
59
60 @DEPENDENCIES@  # everything below this line is overwritten by make depend