* Sync to trunk HEAD (r53318).
[reactos.git] / dll / 3rdparty / libxslt / libxslt.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="libxslt" type="win32dll" entrypoint="0" installbase="system32" installname="libxslt.dll" allowwarnings="true" crt="msvcrt">
4 <define name="HAVE_CONFIG_H" />
5 <define name="WIN32" />
6 <define name="_WINDOWS" />
7 <define name="_MBCS" />
8 <define name="HAVE_STAT" />
9 <define name="HAVE_WIN32_THREADS" />
10 <define name="_REENTRANT" />
11 <define name="_WINSOCKAPI_" />
12 <define name="LIBXML_STATIC" />
13 <include base="libxslt">include</include>
14 <include base="libxslt">.</include>
15 <library>libxml2</library>
16 <library>ws2_32</library>
17 <file>attributes.c</file>
18 <file>attrvt.c</file>
19 <file>documents.c</file>
20 <file>extensions.c</file>
21 <file>extra.c</file>
22 <file>functions.c</file>
23 <file>imports.c</file>
24 <file>keys.c</file>
25 <file>namespaces.c</file>
26 <file>numbers.c</file>
27 <file>pattern.c</file>
28 <file>preproc.c</file>
29 <file>security.c</file>
30 <file>templates.c</file>
31 <file>transform.c</file>
32 <file>variables.c</file>
33 <file>xslt.c</file>
34 <file>xsltlocale.c</file>
35 <file>xsltutils.c</file>
36 <pch>libxslt.h</pch>
37 </module>