[ros-diffs] [akhaldi] 52095: [CMAKE] * Link msvcrtex to chkstk.

akhaldi at svn.reactos.org akhaldi at svn.reactos.org
Sun Jun 5 18:56:29 UTC 2011


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?rev=52095&r1=52094&r2=52095&view=diff
==============================================================================
--- 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)




More information about the Ros-diffs mailing list