From fbe0668c94dbbd82aedeb37227c27d33ebdade4e Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sun, 5 Jun 2011 19:44:33 +0000 Subject: [PATCH] [CMAKE] * Fix msvcrtex unix build. svn path=/trunk/; revision=52096 --- reactos/lib/sdk/crt/msvcrtex.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/lib/sdk/crt/msvcrtex.cmake b/reactos/lib/sdk/crt/msvcrtex.cmake index 767218c9eda..9db5290dea9 100644 --- a/reactos/lib/sdk/crt/msvcrtex.cmake +++ b/reactos/lib/sdk/crt/msvcrtex.cmake @@ -39,7 +39,7 @@ if(ARCH MATCHES i386) list(APPEND MSVCRTEX_SOURCE except/i386/chkstk_asm.s math/i386/ci.c - math/i386/ftol2_asm.S + math/i386/ftol2_asm.s math/i386/alldiv_asm.s ) endif()