mshtml: Parse and store onload attributes.
[wine/wine-gecko.git] / dlls / mshtml / Makefile.in
blob9af9a50b9fdf6158adb169c211d9999139c68030
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
11 C_SRCS = \
12 conpoint.c \
13 dispex.c \
14 editor.c \
15 hlink.c \
16 htmlanchor.c \
17 htmlbody.c \
18 htmldoc.c \
19 htmldoc3.c \
20 htmldoc5.c \
21 htmlelem.c \
22 htmlelem2.c \
23 htmlevent.c \
24 htmlinput.c \
25 htmllocation.c \
26 htmlnode.c \
27 htmloption.c \
28 htmlscript.c \
29 htmlselect.c \
30 htmlstyle.c \
31 htmlstylesheet.c \
32 htmltable.c \
33 htmltextcont.c \
34 htmltextarea.c \
35 htmlwindow.c \
36 install.c \
37 loadopts.c \
38 main.c \
39 navigate.c \
40 nsembed.c \
41 nsevents.c \
42 nsio.c \
43 nsservice.c \
44 olecmd.c \
45 oleobj.c \
46 olewnd.c \
47 omnavigator.c \
48 persist.c \
49 protocol.c \
50 script.c \
51 selection.c \
52 service.c \
53 task.c \
54 txtrange.c \
55 view.c
57 RC_SRCS = rsrc.rc
59 IDL_H_SRCS = nsiface.idl
61 @MAKE_DLL_RULES@
63 @DEPENDENCIES@ # everything below this line is overwritten by make depend