- Sync with trunk up to r46941.
[reactos.git] / boot / freeldr / freeldr / freeldr_startup.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="freeldr_startup" type="objectlibrary">
4 <include base="freeldr_startup">include</include>
5 <include base="ntoskrnl">include</include>
6 <directory name="arch">
7 <if property="ARCH" value="i386">
8 <directory name="i386">
9 <file first="true">fathelp.asm</file>
10 <file>arch.S</file>
11 </directory>
12 </if>
13 <if property="ARCH" value="amd64">
14 <directory name="amd64">
15 <file first="true">fathelp.S</file>
16 <file>arch.S</file>
17 </directory>
18 </if>
19 </directory>
20 </module>