mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
deleted lib/pseh/framebased-gcchack.c
added lib/pseh/i386/framebased-gcchack-asm.S added lib/pseh/i386/framebased-gcchack.c deleted lib/pseh/i386/framebased-gcchack.S modified lib/pseh/pseh.rbuild framebased-gcchack.c is irreversibly married to the x86 architecture. Move it to the appropriate place Rename framebased-gcchack.S because its base name now conflicts with framebased-gcchack.c svn path=/trunk/; revision=38760
This commit is contained in:
parent
53d48069ba
commit
d62fc8535e
3 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,8 @@
|
|||
<if property="ARCH" value="i386">
|
||||
<directory name="i386">
|
||||
<file>framebased.S</file>
|
||||
<file>framebased-gcchack.S</file>
|
||||
<file>framebased-gcchack.c</file>
|
||||
<file>framebased-gcchack-asm.S</file>
|
||||
</directory>
|
||||
</if>
|
||||
<if property="ARCH" value="powerpc">
|
||||
|
@ -13,5 +14,4 @@
|
|||
</directory>
|
||||
</if>
|
||||
<file>framebased.c</file>
|
||||
<file>framebased-gcchack.c</file>
|
||||
</module>
|
||||
|
|
Loading…
Reference in a new issue