Revision: 36032
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=36032
Author: campbellbarton
Date: 2011-04-06 06:11:39 +0000 (Wed, 06 Apr 2011)
Log Message:
-----------
cmake/windows, temporarily build without winblender.rc until its fixed, was
giving linking error with msvc2010 and isn't essential info.
Modified Paths:
--------------
trunk/blender/source/creator/CMakeLists.txt
Modified: trunk/blender/source/creator/CMakeLists.txt
===================================================================
--- trunk/blender/source/creator/CMakeLists.txt 2011-04-06 06:03:48 UTC (rev
36031)
+++ trunk/blender/source/creator/CMakeLists.txt 2011-04-06 06:11:39 UTC (rev
36032)
@@ -100,6 +100,8 @@
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 @@
)
endif()
+endif(OFF) # XXX.
+
if(WITH_BUILDINFO)
#
--------------------------------------------------------------------------
# These defines could all be moved into the header below
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs