From 499561d86cb5f1eecf468d3710fe295b0fc99627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Mon, 13 Oct 2014 22:08:08 +0000 Subject: [PATCH] [FAST486]: Rename fast486dbg.c to debug.c as per opular demand :P svn path=/trunk/; revision=64740 --- reactos/lib/fast486/CMakeLists.txt | 2 +- reactos/lib/fast486/{fast486dbg.c => debug.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename reactos/lib/fast486/{fast486dbg.c => debug.c} (100%) diff --git a/reactos/lib/fast486/CMakeLists.txt b/reactos/lib/fast486/CMakeLists.txt index fd71551de3c..1c995fb9f5a 100644 --- a/reactos/lib/fast486/CMakeLists.txt +++ b/reactos/lib/fast486/CMakeLists.txt @@ -2,8 +2,8 @@ include_directories(${REACTOS_SOURCE_DIR}/include/reactos/libs/fast486) list(APPEND SOURCE + debug.c fast486.c - fast486dbg.c opcodes.c opgroups.c extraops.c diff --git a/reactos/lib/fast486/fast486dbg.c b/reactos/lib/fast486/debug.c similarity index 100% rename from reactos/lib/fast486/fast486dbg.c rename to reactos/lib/fast486/debug.c