Author: tkreuzer Date: Mon Jan 31 23:29:03 2011 New Revision: 50584
URL: http://svn.reactos.org/svn/reactos?rev=50584&view=rev Log: [CMAKE] add ftol2_asm.s to crt and ci.c to msvcsup
Modified: branches/cmake-bringup/lib/sdk/crt/CMakeLists.txt
Modified: branches/cmake-bringup/lib/sdk/crt/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/sdk/crt/CMakeL... ============================================================================== --- branches/cmake-bringup/lib/sdk/crt/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/lib/sdk/crt/CMakeLists.txt [iso-8859-1] Mon Jan 31 23:29:03 2011 @@ -346,6 +346,7 @@ math/i386/floor_asm.s math/i386/floorf.S math/i386/ftol_asm.s + math/i386/ftol2_asm.s math/i386/log_asm.s math/i386/log10_asm.s math/i386/pow_asm.s @@ -620,10 +621,11 @@ list(APPEND MSVCSUP_SOURCE misc/fltused.c except/i386/chkstk_asm.s + math/i386/ci.c math/i386/ftol2_asm.S)
add_library(msvcsup ${MSVCSUP_SOURCE}) add_dependencies(msvcsup psdk buildno_header asm) endif()
-add_subdirectory(printf) +add_subdirectory(printf)