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>2008-11-12 19:04:14 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2008-11-12 19:04:14 +0300
commit3fd3a13efc81ce3eafadd5ab31a154bbc25d6e58 (patch)
treec40b4f4eb0e49ffac1c25c6caa4ec63fadde39a7
parent999f312d6250ce3fd76dd59465be4fc25d0a612f (diff)
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
-rw-r--r--config/win32-mingw-config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/win32-mingw-config.py b/config/win32-mingw-config.py
index 712ec90189a..22666851f28 100644
--- a/config/win32-mingw-config.py
+++ b/config/win32-mingw-config.py
@@ -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