From 65de2fca721c5d5edad148e24680dc847f6ba075 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Thu, 13 Oct 2011 21:48:10 +0000 Subject: [PATCH] [RTL] * Fix unix build. svn path=/trunk/; revision=54121 --- reactos/lib/rtl/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/lib/rtl/CMakeLists.txt b/reactos/lib/rtl/CMakeLists.txt index 7dd2fe8c14e..b48f4bac36d 100644 --- a/reactos/lib/rtl/CMakeLists.txt +++ b/reactos/lib/rtl/CMakeLists.txt @@ -70,7 +70,7 @@ if(ARCH MATCHES i386) i386/except.c i386/interlck.S i386/rtlmem.s - i386/rtlswap.s + i386/rtlswap.S i386/res_asm.s i386/thread.c) elseif(ARCH MATCHES amd64)