Change remaining .xml build files to .rbuild and fixup links.
[reactos.git] / reactos / boot / freeldr / freeldr / freeldr_startup.rbuild
1 <module name="freeldr_startup" type="objectlibrary">
2 <include base="freeldr_startup">include</include>
3 <include base="ntoskrnl">include</include>
4 <define name="__USE_W32API" />
5 <!--
6 <define name="DEBUG" />
7 -->
8 <compilerflag>-ffreestanding</compilerflag>
9 <compilerflag>-fno-builtin</compilerflag>
10 <compilerflag>-fno-inline</compilerflag>
11 <compilerflag>-fno-zero-initialized-in-bss</compilerflag>
12 <directory name="arch">
13 <if property="ARCH" value="i386">
14 <directory name="i386">
15 <file first="true">fathelp.asm</file>
16 <file>arch.S</file>
17 </directory>
18 </if>
19 </directory>
20 </module>