mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
Cleanup some .rbuild files Set __REACTOS__ as overridable ; it should be removed after next winesync svn path=/trunk/; revision=29685
40 lines
1.4 KiB
Ruby
40 lines
1.4 KiB
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
|
<project name="ReactOS" makefile="makefile.ppc" xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<xi:include href="config-ppc.rbuild">
|
|
<xi:fallback>
|
|
<xi:include href="config-ppc.template.rbuild" />
|
|
</xi:fallback>
|
|
</xi:include>
|
|
|
|
<xi:include href="ReactOS-generic.rbuild" />
|
|
|
|
<property name="MKHIVE_OPTIONS" value="-be" />
|
|
<property name="OFWLDR_LINKFORMAT" value="-L$(INTERMEDIATE)/lib/ppcmmu -lppcmmu_code -nostdlib -nostartfiles -lgcc -Wl,-e,__start -Wl,-Ttext,0xe00000 -N"/>
|
|
<property name="NTOSKRNL_SHARED" value="-Wl,--file-alignment,0x1000 -Wl,--section-alignment,0x1000 -nostartfiles"/>
|
|
|
|
<define name="_M_PPC" />
|
|
<define name="_PPC_" />
|
|
<define name="__PowerPC__" />
|
|
<define name="stdcall"/>
|
|
<define name="__stdcall__"/>
|
|
<define name="fastcall"/>
|
|
<define name="cdecl"/>
|
|
<define name="__cdecl__"/>
|
|
<define name="dllimport"/>
|
|
<define name="WORDS_BIGENDIAN"/>
|
|
<define name="__MSVCRT__"/>
|
|
<define name="__NO_CTYPE_INLINES" />
|
|
<!-- <define name="__DECLSPEC_SUPPORTED" /> -->
|
|
<define name="__MINGW_IMPORT">extern</define>
|
|
<define name="_CRTIMP"/>
|
|
<define name="'__declspec(x)'"/>
|
|
<compilerflag>-fshort-wchar</compilerflag>
|
|
<compilerflag>-fsigned-char</compilerflag>
|
|
<compilerflag>-mfull-toc</compilerflag>
|
|
<compilerflag>-meabi</compilerflag>
|
|
<compilerflag>-O2</compilerflag>
|
|
<compilerflag>-Wno-strict-aliasing</compilerflag>
|
|
|
|
</project>
|