Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2010-11-24 12:13:59 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2010-11-24 12:13:59 +0300
commita5cecd8284f0e9bdccacaa226a82f8c20d60ecf2 (patch)
tree54b7e85c0ca10e1c99557b17538e1f827dee3566 /CMakeLists.txt
parent32eba0898b8df5ed40db38e6b41884190e8e45e0 (diff)
Remove library specification.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8abd97b7a5b..ecba5caf44c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -563,7 +563,7 @@ ELSEIF(WIN32)
# MSVC only, Mingw doesnt need
IF(CMAKE_CL_64)
- SET(PLATFORM_LINKFLAGS "/MACHINE:X64 /NODEFAULTLIB:libc.lib;MSVCRT.lib ")
+ SET(PLATFORM_LINKFLAGS "/MACHINE:X64 /NODEFAULTLIB:libc.lib ")
ELSE(CMAKE_CL_64)
SET(PLATFORM_LINKFLAGS "/NODEFAULTLIB:libc.lib ")
ENDIF(CMAKE_CL_64)