- Remove LDT initialization, LDT shouldn't be initialized at bootup.
[reactos.git] / reactos / boot / freeldr / freeldr / freeldr_main.rbuild
1 <module name="freeldr_main" type="objectlibrary">
2 <include base="freeldr_main">include</include>
3 <include base="ntoskrnl">include</include>
4 <define name="__USE_W32API" />
5 <!--
6 <define name="DEBUG" />
7 -->
8 <define name="_NTHAL_" />
9 <compilerflag>-ffreestanding</compilerflag>
10 <compilerflag>-fno-builtin</compilerflag>
11 <compilerflag>-fno-inline</compilerflag>
12 <compilerflag>-fno-zero-initialized-in-bss</compilerflag>
13 <compilerflag>-Os</compilerflag>
14 <file>bootmgr.c</file>
15 <file>drivemap.c</file>
16 <file>miscboot.c</file>
17 <file>options.c</file>
18 <file>linuxboot.c</file>
19 <file>oslist.c</file>
20 <file>custom.c</file>
21 </module>