msxml3: Fix compiles for systems with libxml2 version 2.6.14 and below.
[wine] / dlls / msxml3 / Makefile.in
1 EXTRADEFS = -DCOM_NO_WINDOWS_H
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 MODULE    = msxml3.dll
7 IMPORTS   = urlmon shlwapi oleaut32 ole32 user32 advapi32 kernel32 ntdll
8 EXTRALIBS = -luuid @XML2LIBS@ @XSLTLIBS@
9 EXTRAINCL = @XML2INCL@ @XSLTINCL@
10
11 C_SRCS = \
12         attribute.c \
13         comment.c \
14         domdoc.c \
15         element.c \
16         factory.c \
17         main.c \
18         node.c \
19         nodelist.c \
20         nodemap.c \
21         parseerror.c \
22         pi.c \
23         regsvr.c \
24         text.c \
25         uuid.c
26
27 RC_SRCS = version.rc
28
29 @MAKE_DLL_RULES@
30
31 @DEPENDENCIES@  # everything below this line is overwritten by make depend