Author: akhaldi
Date: Sun Jun 5 18:56:29 2011
New Revision: 52095
URL:
http://svn.reactos.org/svn/reactos?rev=52095&view=rev
Log:
[CMAKE]
* Link msvcrtex to chkstk.
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 18:56:29 2011
@@ -55,7 +55,7 @@
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)