mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 21:04:06 +00:00
bca1b7f2fa
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
49 lines
724 B
Makefile
49 lines
724 B
Makefile
MODULE = msxml3.dll
|
|
IMPORTS = $(XSLT_PE_LIBS) $(XML2_PE_LIBS) uuid urlmon shlwapi oleaut32 ole32 user32 advapi32
|
|
EXTRAINCL = $(XSLT_PE_CFLAGS) $(XML2_PE_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
|