Revision: 38412
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=38412
Author: campbellbarton
Date: 2011-07-15 10:10:25 +0000 (Fri, 15 Jul 2011)
Log Message:
-----------
fix for linking on mingw/scons with recent changes to mathutils
Modified Paths:
--------------
trunk/blender/source/blender/python/SConscript
Modified: trunk/blender/source/blender/python/SConscript
===================================================================
--- trunk/blender/source/blender/python/SConscript 2011-07-15 10:07:02 UTC
(rev 38411)
+++ trunk/blender/source/blender/python/SConscript 2011-07-15 10:10:25 UTC
(rev 38412)
@@ -25,7 +25,7 @@
defs = []
sources = env.Glob('mathutils/*.c')
-env.BlenderLib( libname = 'bf_python_mathutils', sources = Split(sources),
includes = Split(incs), defines = defs, libtype = ['core','player'], priority =
[361,165])
+env.BlenderLib( libname = 'bf_python_mathutils', sources = Split(sources),
includes = Split(incs), defines = defs, libtype = ['core','player'], priority =
[362,165])
# bpy
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs