Author: akhaldi Date: Sun Jun 5 20:57:13 2011 New Revision: 52099
URL: http://svn.reactos.org/svn/reactos?rev=52099&view=rev Log: [CMAKE] * chkstk is already part of msvcrtex. Just update it.
Modified: trunk/reactos/lib/sdk/crt/msvcrtex.cmake
Modified: trunk/reactos/lib/sdk/crt/msvcrtex.cmake URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/msvcrtex.cmake?... ============================================================================== --- trunk/reactos/lib/sdk/crt/msvcrtex.cmake [iso-8859-1] (original) +++ trunk/reactos/lib/sdk/crt/msvcrtex.cmake [iso-8859-1] Sun Jun 5 20:57:13 2011 @@ -38,6 +38,7 @@ if(ARCH MATCHES i386) list(APPEND MSVCRTEX_SOURCE except/i386/chkstk_asm.s + except/i386/chkstk_ms.s math/i386/ci.c math/i386/ftol2_asm.s math/i386/alldiv_asm.s @@ -55,7 +56,7 @@ set_source_files_properties(startup/crtdll.c PROPERTIES COMPILE_DEFINITIONS CRTDLL)
if(NOT MSVC) - target_link_libraries(msvcrtex chkstk oldnames) + target_link_libraries(msvcrtex oldnames) endif()
add_dependencies(msvcrtex psdk)