Sync with trunk (r48008)
[reactos.git] / 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="arm">
36 <directory name="arm">
37 <file>stubs_asm.s</file>
38 </directory>
39 </if>
40 <ifnot property="ARCH" value="i386">
41 <file>dispatch.c</file>
42 </ifnot>
43 </directory>
44 <directory name="include">
45 <pch>ntdll.h</pch>
46 </directory>
47 <directory name="ldr">
48 <file>startup.c</file>
49 <file>utils.c</file>
50 <file>actctx.c</file>
51 </directory>
52 <directory name="rtl">
53 <file>libsupp.c</file>
54 <file>version.c</file>
55 </directory>
56 <directory name="def">
57 <file>ntdll.rc</file>
58 </directory>
59 </module>
60 </group>