mshtml: Added IHTMLTable interface stub implementation.
[wine.git] / dlls / mshtml / Makefile.in
blobc8da454bf7dad6a0e69a4af4380918e7aedb75e8
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = mshtml.dll
6 IMPORTLIB = libmshtml.$(IMPLIBEXT)
7 IMPORTS = urlmon ole32 oleaut32 user32 gdi32 advapi32 kernel32 ntdll
8 EXTRALIBS = -lstrmiids -luuid
9 EXTRADEFS = -DCOM_NO_WINDOWS_H
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 htmlnode.c \
24 htmloption.c \
25 htmlselect.c \
26 htmlstyle.c \
27 htmlstylesheet.c \
28 htmltable.c \
29 htmltextcont.c \
30 htmltextarea.c \
31 htmlwindow.c \
32 install.c \
33 loadopts.c \
34 main.c \
35 navigate.c \
36 nsembed.c \
37 nsevents.c \
38 nsio.c \
39 nsservice.c \
40 olecmd.c \
41 oleobj.c \
42 olewnd.c \
43 persist.c \
44 protocol.c \
45 selection.c \
46 service.c \
47 task.c \
48 txtrange.c \
49 view.c
51 RC_SRCS = rsrc.rc
53 IDL_H_SRCS = nsiface.idl
55 @MAKE_DLL_RULES@
57 @DEPENDENCIES@ # everything below this line is overwritten by make depend