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:
authorCampbell Barton <ideasman42@gmail.com>2011-04-06 10:11:39 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-04-06 10:11:39 +0400
commit083f8d3a0a9aacbbbcfe09f037386450f55fbc99 (patch)
tree5e705902a474b93ef64b78aeda8fe90a160f48c5
parenta7507e945d1c314b9bf7f8298a8beea58e047d37 (diff)
cmake/windows, temporarily build without winblender.rc until its fixed, was giving linking error with msvc2010 and isn't essential info.
-rw-r--r--source/creator/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 5be76dea20a..9f8b8d7a838 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -100,6 +100,8 @@ set(SRC
creator.c
)
+if(OFF) # XXX, Disable, is giving problems with linking msvc2010
+
if(WIN32 AND NOT UNIX)
string(SUBSTRING ${BLENDER_VERSION} 0 1 bver1)
string(SUBSTRING ${BLENDER_VERSION} 2 1 bver2)
@@ -117,6 +119,8 @@ if(WIN32 AND NOT UNIX)
)
endif()
+endif(OFF) # XXX.
+
if(WITH_BUILDINFO)
# --------------------------------------------------------------------------
# These defines could all be moved into the header below