set eol-style for most xml files
[reactos.git] / reactos / boot / freeldr / freeldr / freeldr_startup.xml
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 <compilerflag>-nostdlib</compilerflag>
6 <compilerflag>-ffreestanding</compilerflag>
7 <compilerflag>-fno-builtin</compilerflag>
8 <compilerflag>-fno-inline</compilerflag>
9 <compilerflag>-fno-zero-initialized-in-bss</compilerflag>
10 <directory name="arch">
11 <if property="ARCH" value="i386">
12 <directory name="i386">
13 <file first="true">fathelp.asm</file>
14 <file>arch.S</file>
15 </directory>
16 </if>
17 </directory>
18 </module>