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:
Christoph von Wittich 2005-10-27 19:13:52 +00:00
parent 9324ac2326
commit e6cde67a55
7 changed files with 6 additions and 6 deletions

View file

@ -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>