From 4103cf5929bd57c1fee4611edb4c7f0e582350ab Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sat, 27 Nov 2010 10:48:44 +0000 Subject: [PATCH] [CMAKE] - Comment out what seems to be a missing file. svn path=/branches/cmake-bringup/; revision=49812 --- lib/sdk/crt/CMakeLists.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/sdk/crt/CMakeLists.txt b/lib/sdk/crt/CMakeLists.txt index c55991d602f..e527d6ff7a1 100644 --- a/lib/sdk/crt/CMakeLists.txt +++ b/lib/sdk/crt/CMakeLists.txt @@ -573,10 +573,9 @@ add_dependencies(libcntpr psdk buildno_header asm) # This is a temporary solution until we have proper crt libs list(APPEND MSVCSUP_SOURCE - misc/fltused.c - except/i386/chkstk_asm.s - math/i386/ftol2_asm.S -) +# misc/fltused.c FIXME: missing file ? + except/i386/chkstk_asm.s + math/i386/ftol2_asm.S) add_library(msvcsup ${MSVCSUP_SOURCE}) add_dependencies(msvcsup psdk buildno_header asm)