kernel: Remove no longer needed includes.
[wine] / dlls / mshtml / Makefile.in
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 = $(LIBUNICODE) -lstrmiids -luuid
9 EXTRADEFS = -DCOM_NO_WINDOWS_H
10
11 C_SRCS = \
12         conpoint.c \
13         hlink.c \
14         htmlbody.c \
15         htmldoc.c \
16         htmldoc3.c \
17         htmlelem.c \
18         htmlelem2.c \
19         htmlinput.c \
20         htmlnode.c \
21         htmlselect.c \
22         htmltextcont.c \
23         htmltextarea.c \
24         main.c \
25         navigate.c \
26         nsembed.c \
27         nsio.c \
28         nsservice.c\
29         oleobj.c \
30         olewnd.c \
31         persist.c \
32         protocol.c \
33         service.c \
34         view.c
35
36 RC_SRCS = rsrc.rc
37
38 IDL_SRCS = nsiface.idl
39
40 SUBDIRS = tests
41
42 @MAKE_DLL_RULES@
43
44 rsrc.res: mshtml.inf blank.htm
45
46 ### Dependencies:
47
48 # note: this will get overwritten by make depend
49 $(ALL_OBJS): $(IDL_SRCS:.idl=.h)