[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [18332] trunk/blender/config/ win32-mingw-config.py: added static python option for mingw

Campbell Barton ideasman42 at gmail.com
Mon Jan 5 04:26:18 CET 2009


Revision: 18332
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=18332
Author:   campbellbarton
Date:     2009-01-05 04:26:18 +0100 (Mon, 05 Jan 2009)

Log Message:
-----------
added static python option for mingw

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

Modified: trunk/blender/config/win32-mingw-config.py
===================================================================
--- trunk/blender/config/win32-mingw-config.py	2009-01-05 03:26:04 UTC (rev 18331)
+++ trunk/blender/config/win32-mingw-config.py	2009-01-05 03:26:18 UTC (rev 18332)
@@ -6,10 +6,12 @@
 
 BF_PYTHON = LIBDIR + '/python'
 BF_PYTHON_VERSION = '2.5'
+WITH_BF_STATICPYTHON = False
 BF_PYTHON_INC = '${BF_PYTHON}/include/python${BF_PYTHON_VERSION}'
 BF_PYTHON_BINARY = 'python'
 BF_PYTHON_LIB = 'python25'
 BF_PYTHON_LIBPATH = '${BF_PYTHON}/lib/lib25_vs2005'
+BF_PYTHON_LIB_STATIC = '${BF_PYTHON}/lib/lib25_vs2005/libpython25.a'
 
 WITH_BF_OPENAL = True
 WITH_BF_STATICOPENAL = False
@@ -170,4 +172,4 @@
 
 BF_BUILDDIR = '..\\build\\win32-mingw'
 BF_INSTALLDIR='..\\install\\win32-mingw'
-BF_DOCDIR = '..\\install\\doc'
\ No newline at end of file
+BF_DOCDIR = '..\\install\\doc'





More information about the Bf-blender-cvs mailing list