1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
MODULE = msxml3.dll
IMPORTS = uuid urlmon shlwapi oleaut32 ole32 user32 advapi32
EXTRALIBS = $(XML2_LIBS)
EXTRAINCL = $(XML2_CFLAGS) $(XSLT_CFLAGS)
C_SRCS = \
attribute.c \
bsc.c \
cdata.c \
comment.c \
dispex.c \
docfrag.c \
doctype.c \
domdoc.c \
domimpl.c \
element.c \
entityref.c \
factory.c \
httprequest.c \
main.c \
mxnamespace.c \
mxwriter.c \
node.c \
nodelist.c \
nodemap.c \
parseerror.c \
pi.c \
saxreader.c \
schema.c \
selection.c \
stylesheet.c \
text.c \
uuid.c \
xdr.c \
xmldoc.c \
xmlelem.c \
xmlparser.c \
xmlview.c
LEX_SRCS = xslpattern.l
BISON_SRCS = xslpattern.y
RC_SRCS = \
schemas.rc \
version.rc
IDL_SRCS = \
msxml3_v1.idl \
xmlparser.idl