[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4283-g8ba55f6

Patrick Gansterer paroga at paroga.com
Mon Sep 23 16:09:27 EDT 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  8ba55f66ad4c31747d8ca9f084699a74fb43828f (commit)
       via  200d3976ed23e309982a14651d5cf20a9c3d8c81 (commit)
       via  475635ec0f3eeae9f6db0f9daa8a9c4cd8b3f989 (commit)
      from  b5fa10ffc7edabe103808def52ee0efe39fafa6b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8ba55f66ad4c31747d8ca9f084699a74fb43828f
commit 8ba55f66ad4c31747d8ca9f084699a74fb43828f
Merge: b5fa10f 200d397
Author:     Patrick Gansterer <paroga at paroga.com>
AuthorDate: Mon Sep 23 16:09:23 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Sep 23 16:09:23 2013 -0400

    Merge topic 'corelibc' into next
    
    200d397 Add corelibc.lib to Windows CE CMAKE_C_STANDARD_LIBRARIES
    475635e CMake Nightly Date Stamp


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=200d3976ed23e309982a14651d5cf20a9c3d8c81
commit 200d3976ed23e309982a14651d5cf20a9c3d8c81
Author:     Patrick Gansterer <paroga at paroga.com>
AuthorDate: Mon Sep 23 19:38:13 2013 +0200
Commit:     Patrick Gansterer <paroga at paroga.com>
CommitDate: Mon Sep 23 19:38:13 2013 +0200

    Add corelibc.lib to Windows CE CMAKE_C_STANDARD_LIBRARIES
    
    The Windwos CE linker need the corelibc.lib library too to
    link properly against the C Run-Time for Windwos CE (CRT).

diff --git a/Modules/Platform/Windows-MSVC.cmake b/Modules/Platform/Windows-MSVC.cmake
index 8cb7fd5..ab11b1f 100644
--- a/Modules/Platform/Windows-MSVC.cmake
+++ b/Modules/Platform/Windows-MSVC.cmake
@@ -141,7 +141,7 @@ if(WINCE)
 
   set(_RTC1 "")
   set(_FLAGS_CXX " /GR /EHsc")
-  set(CMAKE_C_STANDARD_LIBRARIES_INIT "coredll.lib ole32.lib oleaut32.lib uuid.lib commctrl.lib")
+  set(CMAKE_C_STANDARD_LIBRARIES_INIT "coredll.lib corelibc.lib ole32.lib oleaut32.lib uuid.lib commctrl.lib")
   set(CMAKE_EXE_LINKER_FLAGS_INIT "${CMAKE_EXE_LINKER_FLAGS_INIT} /NODEFAULTLIB:libc.lib /NODEFAULTLIB:oldnames.lib")
 
   if (MSVC_VERSION LESS 1500)

-----------------------------------------------------------------------

Summary of changes:
 Modules/Platform/Windows-MSVC.cmake |    2 +-
 Source/CMakeVersion.cmake           |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list