Sweden-Number/dlls/msxml3/Makefile.in

31 lines
574 B
Makefile
Raw Normal View History

EXTRADEFS = -DCOM_NO_WINDOWS_H
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = msxml3.dll
IMPORTS = urlmon shlwapi oleaut32 ole32 user32 advapi32 kernel32 ntdll
EXTRALIBS = -luuid @XML2LIBS@ @XSLTLIBS@
2005-09-03 11:39:38 +02:00
EXTRAINCL = @XML2INCL@ @XSLTINCL@
C_SRCS = \
attribute.c \
2006-02-16 19:37:53 +01:00
comment.c \
domdoc.c \
element.c \
factory.c \
main.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 \
regsvr.c \
text.c \
uuid.c
2006-10-08 18:59:35 +02:00
RC_SRCS = version.rc
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend