Updated Ukrainian translations by Artem Reznikov (temarez AT yandex DOT ru)
[reactos.git] / reactos / boot / freeldr / freeldr / setupldr_main.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="setupldr_main" type="objectlibrary">
4 <include base="setupldr_main">include</include>
5 <include base="ntoskrnl">include</include>
6 <define name="__USE_W32API" />
7 <define name="_NTHAL_" />
8 <compilerflag>-ffreestanding</compilerflag>
9 <compilerflag>-fno-builtin</compilerflag>
10 <compilerflag>-fno-inline</compilerflag>
11 <compilerflag>-fno-zero-initialized-in-bss</compilerflag>
12 <compilerflag>-Os</compilerflag>
13 <directory name="inffile">
14 <file>inffile.c</file>
15 </directory>
16 <directory name="reactos">
17 <file>setupldr.c</file>
18 </directory>
19 </module>