- Let's get back to one RTL library for now, because:
[reactos.git] / reactos / dll / ntdll / ntdll.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../tools/rbuild/project.dtd">
3 <group>
4 <module name="ntdll" type="win32dll" entrypoint="0" baseaddress="${BASEADDRESS_NTDLL}" installbase="system32" installname="ntdll.dll">
5 <bootstrap installbase="$(CDOUTPUT)/system32" />
6 <importlibrary definition="def/ntdll_$(ARCH).def" />
7 <include base="ntdll">include</include>
8 <include base="ntdll" root="intermediate"></include>
9 <include base="ReactOS">include/reactos/subsys</include>
10 <define name="__NTDLL__" />
11 <define name="_DISABLE_TIDENTS" />
12 <define name="_NTOSKRNL_" />
13 <define name="__NO_CTYPE_INLINES" />
14 <library>rtl</library>
15 <library>ntdllsys</library>
16 <library>libcntpr</library>
17 <library>pseh</library>
18 <dependency>ntstatus</dependency>
19 <directory name="csr">
20 <file>api.c</file>
21 <file>capture.c</file>
22 <file>connect.c</file>
23 </directory>
24 <directory name="dbg">
25 <file>dbgui.c</file>
26 </directory>
27 <directory name="dispatch">
28 <if property="ARCH" value="i386">
29 <directory name="i386">
30 <file>dispatch.S</file>
31 </directory>
32 </if>
33 <if property="ARCH" value="arm">
34 <directory name="arm">
35 <file>stubs_asm.s</file>
36 </directory>
37 </if>
38 <ifnot property="ARCH" value="i386">
39 <file>dispatch.c</file>
40 </ifnot>
41 </directory>
42 <directory name="include">
43 <pch>ntdll.h</pch>
44 </directory>
45 <directory name="ldr">
46 <file>startup.c</file>
47 <file>utils.c</file>
48 </directory>
49 <directory name="rtl">
50 <file>libsupp.c</file>
51 <file>version.c</file>
52 </directory>
53 <directory name="def">
54 <file>ntdll.rc</file>
55 </directory>
56 </module>
57 </group>