quartz: Play silence in directsound renderer on end of stream notification.
[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         htmlnode.c \
24         htmloption.c \
25         htmlscript.c \
26         htmlselect.c \
27         htmlstyle.c \
28         htmlstylesheet.c \
29         htmltable.c \
30         htmltextcont.c \
31         htmltextarea.c \
32         htmlwindow.c \
33         install.c \
34         loadopts.c \
35         main.c \
36         navigate.c \
37         nsembed.c \
38         nsevents.c \
39         nsio.c \
40         nsservice.c \
41         olecmd.c \
42         oleobj.c \
43         olewnd.c \
44         persist.c \
45         protocol.c \
46         selection.c \
47         service.c \
48         task.c \
49         txtrange.c \
50         view.c
51
52 RC_SRCS = rsrc.rc
53
54 IDL_H_SRCS = nsiface.idl
55
56 @MAKE_DLL_RULES@
57
58 @DEPENDENCIES@  # everything below this line is overwritten by make depend