Author: tkreuzer
Date: Sun Oct 10 16:27:01 2010
New Revision: 49100
URL:
http://svn.reactos.org/svn/reactos?rev=49100&view=rev
Log:
[CMAKE]
MSVC: Don't use the debug version of msvcrt
Modified:
branches/cmake-bringup/cmake/Modules/Platform/Windows-cl.cmake
Modified: branches/cmake-bringup/cmake/Modules/Platform/Windows-cl.cmake
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/cmake/Modules/Pla…
==============================================================================
--- branches/cmake-bringup/cmake/Modules/Platform/Windows-cl.cmake [iso-8859-1]
(original)
+++ branches/cmake-bringup/cmake/Modules/Platform/Windows-cl.cmake [iso-8859-1] Sun Oct 10
16:27:01 2010
@@ -209,7 +209,7 @@
IF($ENV{DDKBUILDENV} OR (NOT CMAKE_CROSSCOMPILING))
SET (CMAKE_CXX_FLAGS_DEBUG_INIT "/D_DEBUG /MTd /Zi /Ob0 /Od")
- SET (CMAKE_C_FLAGS_DEBUG_INIT "/D_DEBUG /MDd /Zi /Ob0 /Od")
+ SET (CMAKE_C_FLAGS_DEBUG_INIT "/D_DEBUG /MD /Zi /Ob0 /Od")
ELSE()
SET (CMAKE_CXX_FLAGS_DEBUG_INIT "/D_DEBUG /MTd /Zi /Ob0 /Od /RTC1")
SET (CMAKE_C_FLAGS_DEBUG_INIT "/D_DEBUG /MDd /Zi /Ob0 /Od /RTC1")