[NTDLL]
[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="nativedll" entrypoint="0" baseaddress="${BASEADDRESS_NTDLL}" installbase="system32" installname="ntdll.dll" iscrt="yes">
8 <bootstrap installbase="$(CDOUTPUT)/system32" />
9 <importlibrary definition="def/ntdll.pspec" />
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="_NTOSKRNL_" />
15 <define name="CRTDLL" />
16 <library>rtl</library>
17 <library>ntdllsys</library>
18 <library>libcntpr</library>
19 <library>pseh</library>
20 <dependency>ntstatus</dependency>
21 <directory name="csr">
22 <file>api.c</file>
23 <file>capture.c</file>
24 <file>connect.c</file>
25 </directory>
26 <directory name="dbg">
27 <file>dbgui.c</file>
28 </directory>
29 <directory name="dispatch">
30 <if property="ARCH" value="i386">
31 <directory name="i386">
32 <file>dispatch.S</file>
33 </directory>
34 </if>
35 <if property="ARCH" value="amd64">
36 <directory name="amd64">
37 <file>stubs.c</file>
38 </directory>
39 </if>
40 <if property="ARCH" value="arm">
41 <directory name="arm">
42 <file>stubs_asm.s</file>
43 </directory>
44 </if>
45 <ifnot property="ARCH" value="i386">
46 <file>dispatch.c</file>
47 </ifnot>
48 </directory>
49 <directory name="include">
50 <pch>ntdll.h</pch>
51 </directory>
52 <directory name="ldr">
53 <file>startup.c</file>
54 <file>utils.c</file>
55 <file>actctx.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>