include Fr.rc and Nl.rc
[reactos.git] / reactos / ReactOS-arm.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
3 <project name="ReactOS" makefile="makefile.auto" xmlns:xi="http://www.w3.org/2001/XInclude">
4 <xi:include href="config-arm.rbuild">
5 <xi:fallback>
6 <xi:include href="config-arm.template.rbuild" />
7 </xi:fallback>
8 </xi:include>
9
10 <xi:include href="ReactOS-generic.rbuild" />
11
12 <define name="_ARM_" />
13 <define name="__arm__" />
14
15 <property name="WINEBUILD_FLAGS" value="--kill-at"/>
16 <property name="NTOSKRNL_SHARED" value="-Wl,--file-alignment,0x1000 -Wl,--section-alignment,0x1000 -nostartfiles -shared"/>
17
18 <if property="OPTIMIZE" value="1">
19 <compilerflag>-Os</compilerflag>
20 <compilerflag>-ftracer</compilerflag>
21 </if>
22 <if property="OPTIMIZE" value="2">
23 <compilerflag>-Os</compilerflag>
24 </if>
25 <if property="OPTIMIZE" value="3">
26 <compilerflag>-O1</compilerflag>
27 </if>
28 <if property="OPTIMIZE" value="4">
29 <compilerflag>-O2</compilerflag>
30 </if>
31 <if property="OPTIMIZE" value="5">
32 <compilerflag>-O3</compilerflag>
33 </if>
34
35 <compilerflag>-Wno-attributes</compilerflag>
36 <compilerflag>-fno-strict-aliasing</compilerflag>
37 <linkerflag>-s</linkerflag>
38 <linkerflag>-lgcc</linkerflag>
39 <linkerflag>-static</linkerflag>
40 </project>