Fix a couple of problems with FreeLDR portability.
[reactos.git] / reactos / boot / freeldr / freeldr / freeldr_main.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="freeldr_main" type="objectlibrary">
4 <include base="freeldr_main">include</include>
5 <include base="ntoskrnl">include</include>
6 <define name="_NTHAL_" />
7 <compilerflag>-fno-inline</compilerflag>
8 <compilerflag>-fno-zero-initialized-in-bss</compilerflag>
9 <file>bootmgr.c</file>
10 <file>drivemap.c</file>
11 <file>miscboot.c</file>
12 <file>options.c</file>
13 <file>linuxboot.c</file>
14 <file>oslist.c</file>
15 <file>custom.c</file>
16 </module>