No reason to compile PSEH2 with other compilers than GCC

svn path=/trunk/; revision=41607
This commit is contained in:
KJK::Hyperion 2009-06-25 10:27:57 +00:00
parent f760f8c906
commit d53c35b02b

View file

@ -4,8 +4,11 @@
<if property="ARCH" value="i386">
<directory name="i386">
<file>framebased.S</file>
<file>framebased-gcchack.c</file>
<file>framebased-gcchack-asm.S</file>
<group compilerset="gcc">
<file>framebased-gcchack.c</file>
<file>framebased-gcchack-asm.S</file>
</group>
</directory>
</if>
<if property="ARCH" value="powerpc">