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
netprofm: Add stubbed IConnectionPoint interface.
[wine.git]
/
dlls
/
msxml3
/
Makefile.in
blob
936c745895de2d375066ab2a87ea61fac71a3ee6
1
MODULE
=
msxml3.dll
2
IMPORTS
=
uuid urlmon shlwapi oleaut32 ole32 user32 advapi32
3
EXTRALIBS
= $(
XML2_LIBS
)
4
EXTRAINCL
= $(
XML2_CFLAGS
) $(
XSLT_CFLAGS
)
5
6
C_SRCS
=
\
7
attribute.c \
8
bsc.c \
9
cdata.c \
10
comment.c \
11
dispex.c \
12
docfrag.c \
13
doctype.c \
14
domdoc.c \
15
domimpl.c \
16
element.c \
17
entityref.c \
18
factory.c \
19
httprequest.c \
20
main.c \
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
selection.c \
31
stylesheet.c \
32
text.c \
33
uuid.c \
34
xdr.c \
35
xmldoc.c \
36
xmlelem.c \
37
xmlparser.c \
38
xmlview.c
39
40
LEX_SRCS
=
xslpattern.l
41
42
BISON_SRCS
=
xslpattern.y
43
44
RC_SRCS
=
\
45
schemas.rc \
46
version.rc
47
48
IDL_SRCS
=
\
49
msxml3_v1.idl \
50
xmlparser.idl