* Build freeldr
[reactos.git] / reactos / boot / freeldr / freeldr / freeldr_startup.xml
1 <module name="freeldr_startup" type="objectlibrary">
2 <include base="freeldr_startup">include</include>
3 <compilerflag>-nostdlib</compilerflag>
4 <compilerflag>-nostdinc</compilerflag>
5 <compilerflag>-ffreestanding</compilerflag>
6 <compilerflag>-fno-builtin</compilerflag>
7 <compilerflag>-fno-inline</compilerflag>
8 <compilerflag>-fno-zero-initialized-in-bss</compilerflag>
9 <directory name="arch">
10 <if property="ARCH" value="i386">
11 <directory name="i386">
12 <file first="true">fathelp.asm</file>
13 <file>arch.S</file>
14 </directory>
15 </if>
16 </directory>
17 </module>