Test commit: Changes to CMake for Python 2.5 under windows

from Eugene.
This commit is contained in:
Chris Want
2007-05-15 21:24:19 +00:00
parent d0c94b83f1
commit 70a72d4133
2 changed files with 4 additions and 4 deletions

View File

@@ -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)