Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2006-11-21 16:19:39 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2006-11-21 16:19:39 +0300
commit84a85f2b7ea784123951a78864e5884d25bd2e81 (patch)
tree8215795a74ba9e2afd9f799d7443ccc98219a6ef /extern/bullet2/src/SConscript
parenta9fef5a29237639358fa03888d72e50ad56e5d90 (diff)
* tweak priority of bullet libs for blenderplayer
Diffstat (limited to 'extern/bullet2/src/SConscript')
-rw-r--r--extern/bullet2/src/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/bullet2/src/SConscript b/extern/bullet2/src/SConscript
index 03a2f87573b..37e4daf8550 100644
--- a/extern/bullet2/src/SConscript
+++ b/extern/bullet2/src/SConscript
@@ -91,5 +91,5 @@ collision_src = ["BulletCollision/BroadphaseCollision/btAxisSweep3.cpp",
incs = '. BulletCollision BulletDynamics LinearMath'
env.BlenderLib ( libname = 'extern_bullet2linmath', sources=linearmath_src, includes=Split(incs), defines=Split(defs), libtype=['game2', 'player'], priority=[20, 170], compileflags=cflags )
-env.BlenderLib ( libname = 'extern_bullet2dynamics', sources=bulletdyn_src, includes=Split(incs), defines=Split(defs), libtype=['game2', 'player'], priority=[19, 170], compileflags=cflags )
+env.BlenderLib ( libname = 'extern_bullet2dynamics', sources=bulletdyn_src, includes=Split(incs), defines=Split(defs), libtype=['game2', 'player'], priority=[19, 169], compileflags=cflags )
env.BlenderLib ( libname = 'extern_bullet2collision', sources=collision_src, includes=Split(incs), defines=Split(defs), libtype=['game2', 'player'], priority=[20, 170], compileflags=cflags ) \ No newline at end of file