set default path to the version that creates a working binary of Blender, when building with mingw. Now there is no need to do extra copying/config changing

This commit is contained in:
Nathan Letwory 2008-11-12 16:04:14 +00:00
parent 999f312d62
commit 3fd3a13efc

@ -9,7 +9,7 @@ BF_PYTHON_VERSION = '2.5'
BF_PYTHON_INC = '${BF_PYTHON}/include/python${BF_PYTHON_VERSION}'
BF_PYTHON_BINARY = 'python'
BF_PYTHON_LIB = 'python25'
BF_PYTHON_LIBPATH = '${BF_PYTHON}/lib'
BF_PYTHON_LIBPATH = '${BF_PYTHON}/lib/lib25_vs2005'
WITH_BF_OPENAL = True
WITH_BF_STATICOPENAL = False