- Check if a shortcut to shortcut is made and resolve it in that case
[reactos.git] / reactos / ReactOS-ppc.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
3 <project name="ReactOS" makefile="makefile-ppc.auto" xmlns:xi="http://www.w3.org/2001/XInclude">
4 <xi:include href="config-ppc.rbuild">
5 <xi:fallback>
6 <xi:include href="config-ppc.template.rbuild" />
7 </xi:fallback>
8 </xi:include>
9
10 <xi:include href="ReactOS-generic.rbuild" />
11
12 <property name="MKHIVE_OPTIONS" value="-be" />
13 <property name="OFWLDR_LINKFORMAT" value="-L$(INTERMEDIATE)/lib/ppcmmu -lppcmmu_code -nostdlib -nostartfiles -lgcc -Wl,-e,__start -Wl,-Ttext,0xe00000 -N"/>
14 <property name="NTOSKRNL_SHARED" value="-Wl,--file-alignment,0x1000 -Wl,--section-alignment,0x1000 -nostartfiles -shared"/>
15
16 <define name="__MSVCRT__"/>
17 <compilerflag>-fshort-wchar</compilerflag>
18 <compilerflag>-fsigned-char</compilerflag>
19 <compilerflag>-mfull-toc</compilerflag>
20 <compilerflag>-meabi</compilerflag>
21 <compilerflag>-O2</compilerflag>
22 <compilerflag>-Wno-strict-aliasing</compilerflag>
23 <compilerflag compiler="cc,cxx">-gstabs+</compilerflag>
24 <compilerflag compiler="as">-gstabs+</compilerflag>
25 </project>