From e6cde67a55057fc12aa4d53cdce29b42231b6c04 Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Thu, 27 Oct 2005 19:13:52 +0000 Subject: [PATCH] renamed .S files so msvc does not try to compile the .c files with the same name anymore svn path=/trunk/; revision=18795 --- reactos/lib/rtl/i386/{chkstk.s => chkstk_asm.s} | 0 reactos/lib/rtl/i386/{debug.S => debug_asm.S} | 0 reactos/lib/rtl/i386/{except.s => except_asm.s} | 0 reactos/lib/rtl/i386/{math.S => math_asm.S} | 0 reactos/lib/rtl/i386/{mem.S => mem_asm.S} | 0 reactos/lib/rtl/i386/{random.S => random_asm.S} | 0 reactos/lib/rtl/rtl.xml | 12 ++++++------ 7 files changed, 6 insertions(+), 6 deletions(-) rename reactos/lib/rtl/i386/{chkstk.s => chkstk_asm.s} (100%) rename reactos/lib/rtl/i386/{debug.S => debug_asm.S} (100%) rename reactos/lib/rtl/i386/{except.s => except_asm.s} (100%) rename reactos/lib/rtl/i386/{math.S => math_asm.S} (100%) rename reactos/lib/rtl/i386/{mem.S => mem_asm.S} (100%) rename reactos/lib/rtl/i386/{random.S => random_asm.S} (100%) 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 -- 2.17.1