wine-wine/dlls/msxml3/Makefile.in

47 lines
664 B
Makefile
Raw Normal View History

EXTRADEFS = -DCOM_NO_WINDOWS_H
MODULE = msxml3.dll
IMPORTS = uuid urlmon shlwapi oleaut32 ole32 user32 advapi32
EXTRALIBS = @XML2LIBS@
2005-09-03 09:39:38 +00:00
EXTRAINCL = @XML2INCL@ @XSLTINCL@
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 \
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 \
queryresult.c \
regsvr.c \
saxreader.c \
2007-02-27 12:32:02 +00:00
schema.c \
text.c \
uuid.c \
xmldoc.c \
xmlelem.c
LEX_SRCS = xslpattern.l
BISON_SRCS = xslpattern.y
RC_SRCS = \
schemas.rc \
version.rc
2006-10-08 16:59:35 +00:00
2008-01-24 10:38:46 +00:00
IDL_TLB_SRCS = msxml3_v1.idl
@MAKE_DLL_RULES@