msxml3: Enable inline wrappers and fix warnings.
[wine/multimedia.git] / dlls / msxml3 / Makefile.in
blobfcf78b5a3d33c3f4d8334ff0154b58e861ce3ccd
1 EXTRADEFS = -DCOM_NO_WINDOWS_H
2 MODULE = msxml3.dll
3 IMPORTS = uuid urlmon shlwapi oleaut32 ole32 user32 advapi32
4 EXTRADEFS = -DWIDL_C_INLINE_WRAPPERS
5 EXTRALIBS = @XML2LIBS@
6 EXTRAINCL = @XML2INCL@ @XSLTINCL@
8 C_SRCS = \
9 attribute.c \
10 bsc.c \
11 cdata.c \
12 comment.c \
13 dispex.c \
14 docfrag.c \
15 doctype.c \
16 domdoc.c \
17 domimpl.c \
18 element.c \
19 entityref.c \
20 factory.c \
21 httprequest.c \
22 main.c \
23 mxnamespace.c \
24 mxwriter.c \
25 node.c \
26 nodelist.c \
27 nodemap.c \
28 parseerror.c \
29 pi.c \
30 saxreader.c \
31 schema.c \
32 selection.c \
33 stylesheet.c \
34 text.c \
35 uuid.c \
36 xdr.c \
37 xmldoc.c \
38 xmlelem.c \
39 xmlparser.c \
40 xmlview.c
42 LEX_SRCS = xslpattern.l
44 BISON_SRCS = xslpattern.y
46 RC_SRCS = \
47 schemas.rc \
48 version.rc
50 IDL_R_SRCS = xmlparser.idl
52 IDL_H_SRCS = xmlparser.idl
54 IDL_TLB_SRCS = msxml3_v1.idl
56 @MAKE_DLL_RULES@