From: Christoph von Wittich Date: Thu, 27 Oct 2005 19:13:52 +0000 (+0000) Subject: renamed .S files so msvc does not try to compile the .c files with the same name... X-Git-Tag: backups/ros-branch-0_2_9@19949~1085 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=e6cde67a55057fc12aa4d53cdce29b42231b6c04 renamed .S files so msvc does not try to compile the .c files with the same name anymore svn path=/trunk/; revision=18795 --- diff --git a/reactos/lib/rtl/i386/chkstk.s b/reactos/lib/rtl/i386/chkstk_asm.s similarity index 100% rename from reactos/lib/rtl/i386/chkstk.s rename to reactos/lib/rtl/i386/chkstk_asm.s diff --git a/reactos/lib/rtl/i386/debug.S b/reactos/lib/rtl/i386/debug_asm.S similarity index 100% rename from reactos/lib/rtl/i386/debug.S rename to reactos/lib/rtl/i386/debug_asm.S diff --git a/reactos/lib/rtl/i386/except.s b/reactos/lib/rtl/i386/except_asm.s similarity index 100% rename from reactos/lib/rtl/i386/except.s rename to reactos/lib/rtl/i386/except_asm.s diff --git a/reactos/lib/rtl/i386/math.S b/reactos/lib/rtl/i386/math_asm.S similarity index 100% rename from reactos/lib/rtl/i386/math.S rename to reactos/lib/rtl/i386/math_asm.S diff --git a/reactos/lib/rtl/i386/mem.S b/reactos/lib/rtl/i386/mem_asm.S similarity index 100% rename from reactos/lib/rtl/i386/mem.S rename to reactos/lib/rtl/i386/mem_asm.S diff --git a/reactos/lib/rtl/i386/random.S b/reactos/lib/rtl/i386/random_asm.S similarity index 100% rename from reactos/lib/rtl/i386/random.S rename to reactos/lib/rtl/i386/random_asm.S diff --git a/reactos/lib/rtl/rtl.xml b/reactos/lib/rtl/rtl.xml index bd96383440e..5b797755c21 100644 --- a/reactos/lib/rtl/rtl.xml +++ b/reactos/lib/rtl/rtl.xml @@ -5,13 +5,13 @@ . - debug.S - chkstk.s - except.s + debug_asm.S + chkstk_asm.s + except_asm.s exception.c - math.S - mem.S - random.S + math_asm.S + mem_asm.S + random_asm.S access.c