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=41... ============================================================================== --- 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">