Release 0.9.14.
[wine/multimedia.git] / dlls / mshtml / Makefile.in
blobe6044c779e720b917cb71ed9343e046fe3540ae9
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
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
36 RC_SRCS = rsrc.rc
38 IDL_SRCS = nsiface.idl
40 SUBDIRS = tests
42 @MAKE_DLL_RULES@
44 rsrc.res: mshtml.inf blank.htm
46 ### Dependencies:
48 # note: this will get overwritten by make depend
49 $(ALL_OBJS): $(IDL_SRCS:.idl=.h)