Merge from amd64 branch:
[reactos.git] / reactos / lib / pseh / pseh.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../tools/rbuild/project.dtd">
3 <module name="pseh" type="staticlibrary">
4 <if property="ARCH" value="i386">
5 <directory name="i386">
6 <file>framebased.S</file>
7
8 <group compilerset="gcc">
9 <file>framebased-gcchack.c</file>
10 <file>framebased-gcchack-asm.S</file>
11 </group>
12 </directory>
13 </if>
14 <if property="ARCH" value="powerpc">
15 <directory name="powerpc">
16 <file>framebased.S</file>
17 </directory>
18 </if>
19 <file>framebased.c</file>
20 </module>