mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
No reason to compile PSEH2 with other compilers than GCC
svn path=/trunk/; revision=41607
This commit is contained in:
parent
f760f8c906
commit
d53c35b02b
1 changed files with 5 additions and 2 deletions
|
@ -4,8 +4,11 @@
|
||||||
<if property="ARCH" value="i386">
|
<if property="ARCH" value="i386">
|
||||||
<directory name="i386">
|
<directory name="i386">
|
||||||
<file>framebased.S</file>
|
<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>
|
</directory>
|
||||||
</if>
|
</if>
|
||||||
<if property="ARCH" value="powerpc">
|
<if property="ARCH" value="powerpc">
|
||||||
|
|
Loading…
Reference in a new issue