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>2009-06-12 19:37:23 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2009-06-12 19:37:23 +0400
commitdee188df166ed4f5eb5c4bb72793afd5e81142a4 (patch)
tree9484b73ee815d720cbf3b6da53a43247ba16c3c1 /config/win32-vc-config.py
parent1c2ce9535caa7ef0ed70aea5bd25c0f281322cf6 (diff)
=== SCons ===
* make the nsis installer script automatically use the Python version we build against * bump Python version used
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 4ffffc46167..c2f8e29e4c6 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-52.lib avcodec-52.lib avdevice-52.lib avutil-50.lib swscale-0.lib'
BF_PYTHON = LIBDIR + '/python'
-BF_PYTHON_VERSION = '2.5'
+BF_PYTHON_VERSION = '2.6'
BF_PYTHON_INC = '${BF_PYTHON}/include/python${BF_PYTHON_VERSION}'
BF_PYTHON_BINARY = 'python'
-BF_PYTHON_LIB = 'python25'
+BF_PYTHON_LIB = 'python26'
BF_PYTHON_LIBPATH = '${BF_PYTHON}/lib'
WITH_BF_OPENAL = True