2006-02-23 00:01:01 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
2008-07-25 19:07:36 +00:00
|
|
|
<project name="ReactOS" makefile="makefile-ppc.auto" xmlns:xi="http://www.w3.org/2001/XInclude">
|
2007-09-15 15:20:31 +00:00
|
|
|
<xi:include href="config-ppc.rbuild">
|
|
|
|
<xi:fallback>
|
|
|
|
<xi:include href="config-ppc.template.rbuild" />
|
|
|
|
</xi:fallback>
|
|
|
|
</xi:include>
|
2006-02-23 00:01:01 +00:00
|
|
|
|
2007-09-15 15:20:31 +00:00
|
|
|
<xi:include href="ReactOS-generic.rbuild" />
|
2006-02-23 00:01:01 +00:00
|
|
|
|
2007-10-14 23:09:12 +00:00
|
|
|
<property name="MKHIVE_OPTIONS" value="-be" />
|
2007-10-06 07:53:20 +00:00
|
|
|
<property name="OFWLDR_LINKFORMAT" value="-L$(INTERMEDIATE)/lib/ppcmmu -lppcmmu_code -nostdlib -nostartfiles -lgcc -Wl,-e,__start -Wl,-Ttext,0xe00000 -N"/>
|
2008-01-06 14:52:00 +00:00
|
|
|
<property name="NTOSKRNL_SHARED" value="-Wl,--file-alignment,0x1000 -Wl,--section-alignment,0x1000 -nostartfiles -shared"/>
|
2006-02-23 00:01:01 +00:00
|
|
|
|
2007-10-19 15:27:44 +00:00
|
|
|
<define name="__MSVCRT__"/>
|
2007-10-06 18:04:03 +00:00
|
|
|
<compilerflag>-fshort-wchar</compilerflag>
|
|
|
|
<compilerflag>-fsigned-char</compilerflag>
|
|
|
|
<compilerflag>-mfull-toc</compilerflag>
|
|
|
|
<compilerflag>-meabi</compilerflag>
|
|
|
|
<compilerflag>-O2</compilerflag>
|
|
|
|
<compilerflag>-Wno-strict-aliasing</compilerflag>
|
2009-06-21 22:13:28 +00:00
|
|
|
<compilerflag compiler="cc,cxx">-gstabs+</compilerflag>
|
|
|
|
<compilerflag compiler="as">-gstabs+</compilerflag>
|
2006-02-23 00:01:01 +00:00
|
|
|
</project>
|