avifil32: Win64 printf format warning fixes.
[wine/multimedia.git] / dlls / mshtml / Makefile.in
blobb3009b103ebe9dc8e29c7760c27cbb2e3ef1dc5a
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
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 install.c \
25 loadopts.c \
26 main.c \
27 navigate.c \
28 nsembed.c \
29 nsio.c \
30 nsservice.c\
31 olecmd.c \
32 oleobj.c \
33 olewnd.c \
34 persist.c \
35 protocol.c \
36 selection.c \
37 service.c \
38 task.c \
39 txtrange.c \
40 view.c
42 RC_SRCS = rsrc.rc
44 IDL_SRCS = nsiface.idl
46 @MAKE_DLL_RULES@
48 rsrc.res: mshtml.inf blank.htm
50 @DEPENDENCIES@ # everything below this line is overwritten by make depend