mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[CMAKE]
* Link msvcrtex to chkstk. svn path=/trunk/; revision=52095
This commit is contained in:
parent
0a457d3246
commit
0e21352b22
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ set_target_properties(msvcrtex PROPERTIES COMPILE_DEFINITIONS _M_CEE_PURE)
|
|||
set_source_files_properties(startup/crtdll.c PROPERTIES COMPILE_DEFINITIONS CRTDLL)
|
||||
|
||||
if(NOT MSVC)
|
||||
target_link_libraries(msvcrtex oldnames)
|
||||
target_link_libraries(msvcrtex chkstk oldnames)
|
||||
endif()
|
||||
|
||||
add_dependencies(msvcrtex psdk)
|
||||
|
|
Loading…
Reference in a new issue