* Sync up to trunk r55544.
[reactos.git] / dll / ntdll / ntdll.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../tools/rbuild/project.dtd">
3 <group>
4 <module name="ntdll" type="nativedll" entrypoint="0" baseaddress="${BASEADDRESS_NTDLL}" installbase="system32" installname="ntdll.dll" iscrt="yes">
5 <bootstrap installbase="$(CDOUTPUT)/system32" />
6 <importlibrary definition="def/ntdll.pspec" />
7 <include base="ReactOS">include/reactos/subsys</include>
8 <include base="ntdll">include</include>
9 <include base="ntdll" root="intermediate"></include>
10 <define name="__NTDLL__" />
11 <define name="_NTOSKRNL_" />
12 <define name="CRTDLL" />
13 <library>rtl</library>
14 <library>ntdllsys</library>
15 <library>libcntpr</library>
16 <library>pseh</library>
17 <dependency>ntstatus</dependency>
18 <directory name="csr">
19 <file>api.c</file>
20 <file>capture.c</file>
21 <file>connect.c</file>
22 </directory>
23 <directory name="dbg">
24 <file>dbgui.c</file>
25 </directory>
26 <directory name="dispatch">
27 <if property="ARCH" value="i386">
28 <directory name="i386">
29 <file>dispatch.S</file>
30 </directory>
31 </if>
32 <if property="ARCH" value="amd64">
33 <directory name="amd64">
34 <file>stubs.c</file>
35 </directory>
36 </if>
37 <if property="ARCH" value="arm">
38 <directory name="arm">
39 <file>stubs_asm.s</file>
40 </directory>
41 </if>
42 <ifnot property="ARCH" value="i386">
43 <file>dispatch.c</file>
44 </ifnot>
45 </directory>
46 <directory name="include">
47 <pch>ntdll.h</pch>
48 </directory>
49 <directory name="ldr">
50 <file>ldrapi.c</file>
51 <file>ldrinit.c</file>
52 <file>ldrpe.c</file>
53 <file>ldrutils.c</file>
54 </directory>
55 <directory name="rtl">
56 <file>libsupp.c</file>
57 <file>version.c</file>
58 </directory>
59 <directory name="def">
60 <file>ntdll.rc</file>
61 </directory>
62 </module>
63 </group>