Added freeldr and hal from PPC branch, along with needed headers and
[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" 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="OFWLDR_LINKFORMAT" value="-L$(INTERMEDIATE)/lib/ppcmmu -lppcmmu_code"/>
13
14 <define name="_M_PPC" />
15 <define name="_PPC_" />
16 <define name="__PowerPC__" />
17 <define name="_REACTOS_" />
18 <define name="stdcall" empty="true" />
19 <define name="__stdcall__" empty="true" />
20 <define name="fastcall" empty="true" />
21 <define name="cdecl" empty="true" />
22 <define name="__cdecl__" empty="true" />
23 <define name="dllimport" empty="true" />
24 <define name="WORDS_BIGENDIAN" empty="true" />
25 <define name="MB_CUR_MAX">1</define>
26 <define name="_BSDTYPES_DEFINED"/>
27 <compilerflag>-fshort-wchar</compilerflag>
28 <compilerflag>-fsigned-char</compilerflag>
29 <compilerflag>-mfull-toc</compilerflag>
30 <compilerflag>-meabi</compilerflag>
31 <compilerflag>-O2</compilerflag>
32 <compilerflag>-Wno-strict-aliasing</compilerflag>
33 <compilerflag>-Wno-trampolines</compilerflag>
34
35 </project>