[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [17424] trunk/blender/config/ win32-mingw-config.py: set default path to the version that creates a working binary of Blender, when building with mingw.

Nathan Letwory jesterking at letwory.net
Wed Nov 12 17:04:14 CET 2008


Revision: 17424
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=17424
Author:   jesterking
Date:     2008-11-12 17:04:14 +0100 (Wed, 12 Nov 2008)

Log Message:
-----------
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

Modified Paths:
--------------
    trunk/blender/config/win32-mingw-config.py

Modified: trunk/blender/config/win32-mingw-config.py
===================================================================
--- trunk/blender/config/win32-mingw-config.py	2008-11-12 16:03:06 UTC (rev 17423)
+++ trunk/blender/config/win32-mingw-config.py	2008-11-12 16:04:14 UTC (rev 17424)
@@ -9,7 +9,7 @@
 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





More information about the Bf-blender-cvs mailing list