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 13:58:07 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2006-11-21 13:58:07 +0300
commit057a6e336093c48d92e48ea1f47ea6536be291ef (patch)
tree1d2d84147123da2a41958d0973f42d84870aadb9 /extern/bullet2/src/SConscript
parentefde6ecbc49dc44c0f2304ef67fc6ee1e399f0a4 (diff)
* small priority fix. Hopefully helps on more platforms
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 0d313865f14..03a2f87573b 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=[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_bullet2collision', sources=collision_src, includes=Split(incs), defines=Split(defs), libtype=['game2', 'player'], priority=[20, 170], compileflags=cflags ) \ No newline at end of file