Sync to trunk r38250
[reactos.git] / reactos / 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 <compilerflag>-fno-inline</compilerflag>
7 <compilerflag>-fno-zero-initialized-in-bss</compilerflag>
8 <directory name="arch">
9 <if property="ARCH" value="i386">
10 <directory name="i386">
11 <file first="true">fathelp.asm</file>
12 <file>arch.S</file>
13 </directory>
14 </if>
15 <if property="ARCH" value="amd64">
16 <directory name="amd64">
17 <file first="true">fathelp.S</file>
18 <file>arch.S</file>
19 </directory>
20 </if>
21 </directory>
22 </module>