[ros-diffs] [hyperion] 41607: No reason to compile PSEH2 with other compilers than GCC
hyperion at svn.reactos.org
hyperion at svn.reactos.org
Thu Jun 25 12:27:58 CEST 2009
Author: hyperion
Date: Thu Jun 25 14:27:57 2009
New Revision: 41607
URL: http://svn.reactos.org/svn/reactos?rev=41607&view=rev
Log:
No reason to compile PSEH2 with other compilers than GCC
Modified:
trunk/reactos/lib/pseh/pseh.rbuild
Modified: trunk/reactos/lib/pseh/pseh.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/pseh/pseh.rbuild?rev=41607&r1=41606&r2=41607&view=diff
==============================================================================
--- trunk/reactos/lib/pseh/pseh.rbuild [iso-8859-1] (original)
+++ trunk/reactos/lib/pseh/pseh.rbuild [iso-8859-1] Thu Jun 25 14:27:57 2009
@@ -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">
More information about the Ros-diffs
mailing list