No need to define __USE_W32API
[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="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"/>
15
16 <define name="_M_PPC" />
17 <define name="_PPC_" />
18 <define name="__PowerPC__" />
19 <define name="stdcall"/>
20 <define name="__stdcall__"/>
21 <define name="fastcall"/>
22 <define name="cdecl"/>
23 <define name="__cdecl__"/>
24 <define name="dllimport"/>
25 <define name="WORDS_BIGENDIAN"/>
26 <define name="__MSVCRT__"/>
27 <define name="__NO_CTYPE_INLINES" />
28 <!-- <define name="__DECLSPEC_SUPPORTED" /> -->
29 <define name="__MINGW_IMPORT">extern</define>
30 <define name="_CRTIMP"/>
31 <define name="'__declspec(x)'"/>
32 <compilerflag>-fshort-wchar</compilerflag>
33 <compilerflag>-fsigned-char</compilerflag>
34 <compilerflag>-mfull-toc</compilerflag>
35 <compilerflag>-meabi</compilerflag>
36 <compilerflag>-O2</compilerflag>
37 <compilerflag>-Wno-strict-aliasing</compilerflag>
38
39 </project>