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:
authorChris Want <cwant@ualberta.ca>2007-05-16 01:24:19 +0400
committerChris Want <cwant@ualberta.ca>2007-05-16 01:24:19 +0400
commit70a72d4133736fc4b56a806f60851396d84ba435 (patch)
tree9959cce801127ac7288332e27bde6225ef3e4e63 /CMakeLists.txt
parentd0c94b83f14cb0a0a8ac484f6e098323419b8dcc (diff)
Test commit: Changes to CMake for Python 2.5 under windows
from Eugene.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 121dbd2814e..978b3cd339e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -196,10 +196,10 @@ IF(WIN32)
SET(LIBDIR ${CMAKE_SOURCE_DIR}/../lib/windows)
SET(PYTHON ${LIBDIR}/python)
- SET(PYTHON_VERSION 2.4)
+ SET(PYTHON_VERSION 2.5)
SET(PYTHON_INC "${PYTHON}/include/python${PYTHON_VERSION}")
SET(PYTHON_BINARY python)
- SET(PYTHON_LIB python24)
+ SET(PYTHON_LIB python25)
SET(PYTHON_LIBPATH ${PYTHON}/lib)
#SET(WITH_OPENAL ON)