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:
authorNathan Letwory <nathan@letworyinteractive.com>2007-02-28 07:51:13 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2007-02-28 07:51:13 +0300
commit113fa75449f9b945d5706b646338e4968de626a8 (patch)
treee92372368486ac4971dff3dfa50320a347d46ea5 /config/win32-vc-config.py
parent780177ec13ed806283a15e13ecfdf61c18f5650c (diff)
=== SCons ===
Update configs to use Python 2.5. To quote from IRC: 07:17 * stivs waves his +5 Mouse of Power and authorizes jestie to update all of scons to py 2.5. 07:17 < stivs> let the screaming begin!
Diffstat (limited to 'config/win32-vc-config.py')
-rw-r--r--config/win32-vc-config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/win32-vc-config.py b/config/win32-vc-config.py
index edd4c10aefa..51ad11f9ead 100644
--- a/config/win32-vc-config.py
+++ b/config/win32-vc-config.py
@@ -12,10 +12,10 @@ BF_FFMPEG_LIBPATH='${BF_FFMPEG}/lib'
BF_FFMPEG_LIB = 'avformat-51.lib avcodec-51.lib avutil-49.lib postproc-51.lib'
BF_PYTHON = LIBDIR + '/python'
-BF_PYTHON_VERSION = '2.4'
+BF_PYTHON_VERSION = '2.5'
BF_PYTHON_INC = '${BF_PYTHON}/include/python${BF_PYTHON_VERSION}'
BF_PYTHON_BINARY = 'python'
-BF_PYTHON_LIB = 'python24'
+BF_PYTHON_LIB = 'python25'
BF_PYTHON_LIBPATH = '${BF_PYTHON}/lib'
WITH_BF_OPENAL = 'true'