mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
renamed some .S files (msvc fix)
svn path=/trunk/; revision=18796
This commit is contained in:
parent
e6cde67a55
commit
4e4de68f90
4 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@
|
||||||
<directory name="ke">
|
<directory name="ke">
|
||||||
<if property="ARCH" value="i386">
|
<if property="ARCH" value="i386">
|
||||||
<directory name="i386">
|
<directory name="i386">
|
||||||
<file first="true">main.S</file>
|
<file first="true">main_asm.S</file>
|
||||||
<file>bios.c</file>
|
<file>bios.c</file>
|
||||||
<file>brkpoint.S</file>
|
<file>brkpoint.S</file>
|
||||||
<file>ctxswitch.S</file>
|
<file>ctxswitch.S</file>
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
<file>tlbflush.S</file>
|
<file>tlbflush.S</file>
|
||||||
<file>trap.s</file>
|
<file>trap.s</file>
|
||||||
<file>tss.c</file>
|
<file>tss.c</file>
|
||||||
<file>usercall.S</file>
|
<file>usercall_asm.S</file>
|
||||||
<file>usertrap.c</file>
|
<file>usertrap.c</file>
|
||||||
<file>v86m.c</file>
|
<file>v86m.c</file>
|
||||||
<file>v86m_sup.S</file>
|
<file>v86m_sup.S</file>
|
||||||
|
@ -119,7 +119,7 @@
|
||||||
<file>atom.c</file>
|
<file>atom.c</file>
|
||||||
<if property="ARCH" value="i386">
|
<if property="ARCH" value="i386">
|
||||||
<directory name="i386">
|
<directory name="i386">
|
||||||
<file>interlck.S</file>
|
<file>interlck_asm.S</file>
|
||||||
</directory>
|
</directory>
|
||||||
</if>
|
</if>
|
||||||
<file>callback.c</file>
|
<file>callback.c</file>
|
||||||
|
|
Loading…
Reference in a new issue