d4dab11e1d9d57ac0fbdb4f13936938964d88952
[reactos.git] / reactos / boot / freeldr / freeldr / freeldr_base64k.rbuild
1 <module name="freeldr_base64k" type="objectlibrary">
2 <include base="freeldr_base64k">include</include>
3 <include base="ntoskrnl">include</include>
4 <define name="__USE_W32API" />
5 <define name="_NTHAL_" />
6 <compilerflag>-ffreestanding</compilerflag>
7 <compilerflag>-fno-builtin</compilerflag>
8 <compilerflag>-fno-inline</compilerflag>
9 <compilerflag>-fno-zero-initialized-in-bss</compilerflag>
10 <compilerflag>-Os</compilerflag>
11 <directory name="arch">
12 <if property="ARCH" value="i386">
13 <directory name="i386">
14 <file>boot.S</file>
15 <file>drvmap.S</file>
16 <file>i386cpu.S</file>
17 <file>i386idt.S</file>
18 <file>i386pnp.S</file>
19 <file>i386trap.S</file>
20 <file>int386.S</file>
21 <file>linux.S</file>
22 <file>mb.S</file>
23 </directory>
24 </if>
25 </directory>
26 </module>