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