mshtml: Call Exec in show_context_menu only if user selected menu item.
[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 = -lstrmiids -luuid
9 EXTRADEFS = -DCOM_NO_WINDOWS_H
10
11 C_SRCS = \
12         conpoint.c \
13         editor.c \
14         hlink.c \
15         htmlbody.c \
16         htmldoc.c \
17         htmldoc3.c \
18         htmlelem.c \
19         htmlelem2.c \
20         htmlinput.c \
21         htmlnode.c \
22         htmlselect.c \
23         htmlstyle.c \
24         htmlstylesheet.c \
25         htmltextcont.c \
26         htmltextarea.c \
27         htmlwindow.c \
28         install.c \
29         loadopts.c \
30         main.c \
31         navigate.c \
32         nsembed.c \
33         nsevents.c \
34         nsio.c \
35         nsservice.c \
36         olecmd.c \
37         oleobj.c \
38         olewnd.c \
39         persist.c \
40         protocol.c \
41         selection.c \
42         service.c \
43         task.c \
44         txtrange.c \
45         view.c
46
47 RC_SRCS = rsrc.rc
48
49 IDL_H_SRCS = nsiface.idl
50
51 @MAKE_DLL_RULES@
52
53 @DEPENDENCIES@  # everything below this line is overwritten by make depend