2007-09-14 17:07:53 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE module SYSTEM "../../tools/rbuild/project.dtd">
|
2005-07-24 21:42:00 +00:00
|
|
|
<module name="pseh" type="staticlibrary">
|
2007-01-01 14:50:16 +00:00
|
|
|
<if property="ARCH" value="i386">
|
|
|
|
<directory name="i386">
|
2007-08-07 20:11:21 +00:00
|
|
|
<file>framebased.S</file>
|
2009-06-25 10:27:57 +00:00
|
|
|
|
|
|
|
<group compilerset="gcc">
|
|
|
|
<file>framebased-gcchack.c</file>
|
|
|
|
<file>framebased-gcchack-asm.S</file>
|
|
|
|
</group>
|
2007-01-01 14:50:16 +00:00
|
|
|
</directory>
|
|
|
|
</if>
|
2007-10-06 07:53:20 +00:00
|
|
|
<if property="ARCH" value="powerpc">
|
|
|
|
<directory name="powerpc">
|
|
|
|
<file>framebased.S</file>
|
|
|
|
</directory>
|
|
|
|
</if>
|
2005-07-24 21:42:00 +00:00
|
|
|
<file>framebased.c</file>
|
|
|
|
</module>
|