mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +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:
@@ -5,13 +5,13 @@
|
||||
<include base="rtl">.</include>
|
||||
<if property="ARCH" value="i386">
|
||||
<directory name="i386">
|
||||
<file>debug.S</file>
|
||||
<file>chkstk.s</file>
|
||||
<file>except.s</file>
|
||||
<file>debug_asm.S</file>
|
||||
<file>chkstk_asm.s</file>
|
||||
<file>except_asm.s</file>
|
||||
<file>exception.c</file>
|
||||
<file>math.S</file>
|
||||
<file>mem.S</file>
|
||||
<file>random.S</file>
|
||||
<file>math_asm.S</file>
|
||||
<file>mem_asm.S</file>
|
||||
<file>random_asm.S</file>
|
||||
</directory>
|
||||
</if>
|
||||
<file>access.c</file>
|
||||
|
||||
Reference in New Issue
Block a user