repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
msdasql: Support IRowsetInfo in IRowset interface.
[wine.git]
/
dlls
/
msxml3
/
Makefile.in
blob
2bf789732dad748d389ca0166847575dac681102
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
)
4
5
C_SRCS
=
\
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
mxnamespace.c \
21
mxwriter.c \
22
node.c \
23
nodelist.c \
24
nodemap.c \
25
parseerror.c \
26
pi.c \
27
saxreader.c \
28
schema.c \
29
selection.c \
30
stylesheet.c \
31
text.c \
32
uuid.c \
33
xdr.c \
34
xmldoc.c \
35
xmlelem.c \
36
xmlparser.c \
37
xmlview.c
38
39
LEX_SRCS
=
xslpattern.l
40
41
BISON_SRCS
=
xslpattern.y
42
43
RC_SRCS
=
\
44
schemas.rc \
45
version.rc
46
47
IDL_SRCS
=
\
48
msxml3_v1.idl \
49
xmlparser.idl