Sweden-Number/dlls/msxml3/Makefile.in

51 lines
711 B
Makefile
Raw Normal View History

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 \
2006-02-16 19:37:53 +01:00
comment.c \
dispex.c \
docfrag.c \
doctype.c \
domdoc.c \
domimpl.c \
element.c \
entityref.c \
factory.c \
2008-10-03 13:50:59 +02:00
httprequest.c \
main.c \
mxnamespace.c \
2011-04-30 09:42:29 +02:00
mxwriter.c \
node.c \
nodelist.c \
2005-11-08 14:10:49 +01:00
nodemap.c \
2006-01-19 11:56:34 +01:00
parseerror.c \
pi.c \
saxreader.c \
2007-02-27 13:32:02 +01:00
schema.c \
2011-03-13 00:54:47 +01:00
selection.c \
2011-02-10 22:08:11 +01:00
stylesheet.c \
text.c \
uuid.c \
2010-11-12 15:31:45 +01:00
xdr.c \
xmldoc.c \
xmlelem.c \
2012-03-12 10:56:29 +01:00
xmlparser.c \
xmlview.c
LEX_SRCS = xslpattern.l
BISON_SRCS = xslpattern.y
RC_SRCS = \
schemas.rc \
version.rc
2006-10-08 18:59:35 +02:00
IDL_SRCS = \
msxml3_v1.idl \
xmlparser.idl