[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [21265] branches/blender2.5/blender/ CMakeLists.txt: windows cmake uses python26 now, make sure your lib/ windows is up to date (requires an additional svn update, in lib/windows

Shaul Kedem shaul_kedem at yahoo.com
Tue Jun 30 20:20:12 CEST 2009


Revision: 21265
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=21265
Author:   shul
Date:     2009-06-30 20:20:12 +0200 (Tue, 30 Jun 2009)

Log Message:
-----------
windows cmake uses python26 now, make sure your lib/windows is up to date (requires an additional svn update, in lib/windows

Modified Paths:
--------------
    branches/blender2.5/blender/CMakeLists.txt

Modified: branches/blender2.5/blender/CMakeLists.txt
===================================================================
--- branches/blender2.5/blender/CMakeLists.txt	2009-06-30 14:05:33 UTC (rev 21264)
+++ branches/blender2.5/blender/CMakeLists.txt	2009-06-30 18:20:12 UTC (rev 21265)
@@ -193,10 +193,10 @@
   ENDIF(CMAKE_CL_64)
 
   SET(PYTHON ${LIBDIR}/python)
-  SET(PYTHON_VERSION 2.5)
+  SET(PYTHON_VERSION 2.6)
   SET(PYTHON_INC "${PYTHON}/include/python${PYTHON_VERSION}")
   SET(PYTHON_BINARY python)
-  SET(PYTHON_LIB python25)
+  SET(PYTHON_LIB python26)
   SET(PYTHON_LIBPATH ${PYTHON}/lib)
 
   IF(CMAKE_CL_64)





More information about the Bf-blender-cvs mailing list