mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
renamed .S files so msvc does not try to compile the .c files with the same name anymore
svn path=/trunk/; revision=18795
This commit is contained in:
parent
9324ac2326
commit
e6cde67a55
7 changed files with 6 additions and 6 deletions
|
@ -5,13 +5,13 @@
|
||||||
<include base="rtl">.</include>
|
<include base="rtl">.</include>
|
||||||
<if property="ARCH" value="i386">
|
<if property="ARCH" value="i386">
|
||||||
<directory name="i386">
|
<directory name="i386">
|
||||||
<file>debug.S</file>
|
<file>debug_asm.S</file>
|
||||||
<file>chkstk.s</file>
|
<file>chkstk_asm.s</file>
|
||||||
<file>except.s</file>
|
<file>except_asm.s</file>
|
||||||
<file>exception.c</file>
|
<file>exception.c</file>
|
||||||
<file>math.S</file>
|
<file>math_asm.S</file>
|
||||||
<file>mem.S</file>
|
<file>mem_asm.S</file>
|
||||||
<file>random.S</file>
|
<file>random_asm.S</file>
|
||||||
</directory>
|
</directory>
|
||||||
</if>
|
</if>
|
||||||
<file>access.c</file>
|
<file>access.c</file>
|
||||||
|
|
Loading…
Reference in a new issue