2006-02-23 00:01:01 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
2008-07-15 22:04:16 +00:00
|
|
|
<project name="ReactOS" makefile="makefile.auto" xmlns:xi="http://www.w3.org/2001/XInclude">
|
2007-09-15 15:20:31 +00:00
|
|
|
<xi:include href="config.rbuild">
|
|
|
|
<xi:fallback>
|
|
|
|
<xi:include href="config.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-09-15 15:20:31 +00:00
|
|
|
<define name="_M_IX86" />
|
|
|
|
<define name="_X86_" />
|
|
|
|
<define name="__i386__" />
|
2007-03-10 06:42:05 +00:00
|
|
|
|
2008-06-29 15:11:16 +00:00
|
|
|
<property name="NTOSKRNL_SHARED" value="-file-alignment=0x1000 -section-alignment=0x1000 -shared"/>
|
2007-10-06 07:53:20 +00:00
|
|
|
|
2007-12-25 16:22:20 +00:00
|
|
|
<if property="OPTIMIZE" value="1">
|
|
|
|
<compilerflag>-Os</compilerflag>
|
|
|
|
<compilerflag>-ftracer</compilerflag>
|
|
|
|
<compilerflag>-momit-leaf-frame-pointer</compilerflag>
|
|
|
|
</if>
|
|
|
|
<if property="OPTIMIZE" value="2">
|
|
|
|
<compilerflag>-Os</compilerflag>
|
|
|
|
</if>
|
|
|
|
<if property="OPTIMIZE" value="3">
|
|
|
|
<compilerflag>-O1</compilerflag>
|
|
|
|
</if>
|
|
|
|
<if property="OPTIMIZE" value="4">
|
|
|
|
<compilerflag>-O2</compilerflag>
|
|
|
|
</if>
|
|
|
|
<if property="OPTIMIZE" value="5">
|
|
|
|
<compilerflag>-O3</compilerflag>
|
2007-09-15 15:20:31 +00:00
|
|
|
</if>
|
2007-02-02 13:02:17 +00:00
|
|
|
|
2007-12-25 16:22:20 +00:00
|
|
|
<compilerflag>-mpreferred-stack-boundary=2</compilerflag>
|
2008-01-25 20:30:52 +00:00
|
|
|
<compilerflag>-fno-strict-aliasing</compilerflag>
|
2007-09-15 15:20:31 +00:00
|
|
|
<compilerflag>-Wno-strict-aliasing</compilerflag>
|
|
|
|
<compilerflag>-Wpointer-arith</compilerflag>
|
2007-11-21 11:47:58 +00:00
|
|
|
<linkerflag>-enable-stdcall-fixup</linkerflag>
|
2006-02-23 00:01:01 +00:00
|
|
|
|
|
|
|
</project>
|