[Bf-blender-cvs] [fa1c2ba] master: More scons fixes for physics lib.

Lukas Tönne noreply at git.blender.org
Tue Jan 20 09:51:06 CET 2015


Commit: fa1c2ba7c6a3fdc68f939571f2e4695d06e5d99e
Author: Lukas Tönne
Date:   Thu Sep 18 11:27:34 2014 +0200
Branches: master
https://developer.blender.org/rBfa1c2ba7c6a3fdc68f939571f2e4695d06e5d99e

More scons fixes for physics lib.

===================================================================

M	source/blender/SConscript
M	source/blender/physics/SConscript

===================================================================

diff --git a/source/blender/SConscript b/source/blender/SConscript
index de052f2..64eca6a 100644
--- a/source/blender/SConscript
+++ b/source/blender/SConscript
@@ -41,6 +41,7 @@ SConscript(['avi/SConscript',
             'nodes/SConscript',
             'modifiers/SConscript',
             'ikplugin/SConscript',
+            'physics/SConscript',
             'windowmanager/SConscript',
             'blenfont/SConscript'])
 
diff --git a/source/blender/physics/SConscript b/source/blender/physics/SConscript
index 7945b52..c816588 100644
--- a/source/blender/physics/SConscript
+++ b/source/blender/physics/SConscript
@@ -41,4 +41,4 @@ incs = [
     '../../../extern/Eigen3',
     ]
 
-env.BlenderLib('bf_physics', sources, incs, defines=defs, libtype=['core'], priority=[164])
+env.BlenderLib('bf_physics', sources, incs, defines=defs, libtype=['core', 'player'], priority=[180, 190])




More information about the Bf-blender-cvs mailing list