wined3d: Always load glFinish and glFlush from opengl32.dll.
[wine/gsoc_dplay.git] / dlls / mshtml / Makefile.in
blob2a7b1fabcd776f382ca03217e9c01e7fbd928957
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = mshtml.dll
6 IMPORTLIB = mshtml
7 IMPORTS = strmiids uuid urlmon shlwapi ole32 oleaut32 user32 gdi32 advapi32 kernel32
8 EXTRADEFS = -DCOM_NO_WINDOWS_H
10 C_SRCS = \
11 conpoint.c \
12 dispex.c \
13 editor.c \
14 hlink.c \
15 htmlanchor.c \
16 htmlbody.c \
17 htmlcomment.c \
18 htmldoc.c \
19 htmldoc3.c \
20 htmldoc5.c \
21 htmlelem.c \
22 htmlelem2.c \
23 htmlevent.c \
24 htmlgeneric.c \
25 htmlimg.c \
26 htmlinput.c \
27 htmllocation.c \
28 htmlnode.c \
29 htmloption.c \
30 htmlscript.c \
31 htmlselect.c \
32 htmlstyle.c \
33 htmlstylesheet.c \
34 htmltable.c \
35 htmltextarea.c \
36 htmltextcont.c \
37 htmltextnode.c \
38 htmlwindow.c \
39 install.c \
40 loadopts.c \
41 main.c \
42 navigate.c \
43 nsembed.c \
44 nsevents.c \
45 nsio.c \
46 nsservice.c \
47 olecmd.c \
48 oleobj.c \
49 olewnd.c \
50 omnavigator.c \
51 persist.c \
52 protocol.c \
53 script.c \
54 selection.c \
55 service.c \
56 task.c \
57 txtrange.c \
58 view.c
60 RC_SRCS = rsrc.rc
62 IDL_H_SRCS = nsiface.idl
64 @MAKE_DLL_RULES@
66 @DEPENDENCIES@ # everything below this line is overwritten by make depend