[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [21610] branches/blender2.5/blender/config /win32-mingw-config.py: make py3.1 default for mingw/scons too.

Nathan Letwory jesterking at letwory.net
Thu Jul 16 01:26:24 CEST 2009


Revision: 21610
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=21610
Author:   jesterking
Date:     2009-07-16 01:26:24 +0200 (Thu, 16 Jul 2009)

Log Message:
-----------
make py3.1 default for mingw/scons too.

Modified Paths:
--------------
    branches/blender2.5/blender/config/win32-mingw-config.py

Modified: branches/blender2.5/blender/config/win32-mingw-config.py
===================================================================
--- branches/blender2.5/blender/config/win32-mingw-config.py	2009-07-15 23:24:51 UTC (rev 21609)
+++ branches/blender2.5/blender/config/win32-mingw-config.py	2009-07-15 23:26:24 UTC (rev 21610)
@@ -2,7 +2,7 @@
 LIBDIR = "${LCGDIR}"
 
 BF_PYTHON = LIBDIR + '/python'
-BF_PYTHON_VERSION = '2.5'
+BF_PYTHON_VERSION = '3.1'
 #BF_PYTHON_VERSION = '2.6'
 WITH_BF_STATICPYTHON = False
 BF_PYTHON_INC = '${BF_PYTHON}/include/python${BF_PYTHON_VERSION}'





More information about the Bf-blender-cvs mailing list