Test commit: Changes to CMake for Python 2.5 under windows
from Eugene.
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user