merge trunk head (37902)
[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="ntsys" type="staticlibrary">
5 <importlibrary definition="def/ntsys.pspec" dllname="ntdll.dll" root="intermediate" />
6 </module>
7 <module name="ntdll" type="win32dll" entrypoint="0" baseaddress="${BASEADDRESS_NTDLL}" installbase="system32" installname="ntdll.dll" iscrt="yes">
8 <bootstrap installbase="$(CDOUTPUT)/system32" />
9 <importlibrary definition="def/ntdll_$(ARCH).def" />
10 <include base="ntdll">include</include>
11 <include base="ntdll" root="intermediate"></include>
12 <include base="ReactOS">include/reactos/subsys</include>
13 <define name="__NTDLL__" />
14 <define name="_DISABLE_TIDENTS" />
15 <define name="_NTOSKRNL_" />
16 <define name="__NO_CTYPE_INLINES" />
17 <library>rtl</library>
18 <library>ntdllsys</library>
19 <library>libcntpr</library>
20 <library>pseh</library>
21 <dependency>ntstatus</dependency>
22 <directory name="csr">
23 <file>api.c</file>
24 <file>capture.c</file>
25 <file>connect.c</file>
26 </directory>
27 <directory name="dbg">
28 <file>dbgui.c</file>
29 </directory>
30 <directory name="dispatch">
31 <if property="ARCH" value="i386">
32 <directory name="i386">
33 <file>dispatch.S</file>
34 </directory>
35 </if>
36 <if property="ARCH" value="amd64">
37 <directory name="amd64">
38 <file>stubs.c</file>
39 </directory>
40 </if>
41 <if property="ARCH" value="arm">
42 <directory name="arm">
43 <file>stubs_asm.s</file>
44 </directory>
45 </if>
46 <ifnot property="ARCH" value="i386">
47 <file>dispatch.c</file>
48 </ifnot>
49 </directory>
50 <directory name="include">
51 <pch>ntdll.h</pch>
52 </directory>
53 <directory name="ldr">
54 <file>startup.c</file>
55 <file>utils.c</file>
56 </directory>
57 <directory name="rtl">
58 <file>libsupp.c</file>
59 <file>version.c</file>
60 </directory>
61 <directory name="def">
62 <file>ntdll.rc</file>
63 </directory>
64 </module>
65 </group>