win32u: Use the dummy surface for empty layered window surfaces.
[wine.git] / dlls / msxml3 / Makefile.in
blob7e59a22314316dbd0e94c2ac30e4bcc2627b268f
1 MODULE = msxml3.dll
2 IMPORTS = $(XSLT_PE_LIBS) $(XML2_PE_LIBS) uuid urlmon shlwapi oleaut32 ole32 user32 advapi32
3 EXTRAINCL = $(XSLT_PE_CFLAGS) $(XML2_PE_CFLAGS)
5 SOURCES = \
6 attribute.c \
7 bsc.c \
8 cdata.c \
9 comment.c \
10 dispex.c \
11 docfrag.c \
12 doctype.c \
13 domdoc.c \
14 domimpl.c \
15 element.c \
16 entityref.c \
17 factory.c \
18 httprequest.c \
19 main.c \
20 msxml3_v1.idl \
21 mxnamespace.c \
22 mxwriter.c \
23 node.c \
24 nodelist.c \
25 nodemap.c \
26 parseerror.c \
27 pi.c \
28 saxreader.c \
29 schema.c \
30 schemas.rc \
31 selection.c \
32 stylesheet.c \
33 text.c \
34 uuid.c \
35 version.rc \
36 xdr.c \
37 xmldoc.c \
38 xmlelem.c \
39 xmlparser.c \
40 xmlparser.idl \
41 xmlview.c \
42 xslpattern.l \
43 xslpattern.y