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 09:11:41 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2006-11-21 09:11:41 +0300
commiteb73025c635f4e940061239049ca4859c47525d1 (patch)
tree263c41811c6eb83b420d9a1bc29470473c4ae341 /config/linuxcross-config.py
parent6c5c74244a12f828c16020f74ebc5189edb3c792 (diff)
==SCons==
Enable Bullet2 for Scons. This should work for all platforms, but please, test, test, test, test, test (ad infinitum)
Diffstat (limited to 'config/linuxcross-config.py')
-rw-r--r--config/linuxcross-config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/linuxcross-config.py b/config/linuxcross-config.py
index 468f4cfcc50..2f5789b441e 100644
--- a/config/linuxcross-config.py
+++ b/config/linuxcross-config.py
@@ -80,8 +80,8 @@ BF_ODE_INC = BF_ODE + '/include'
BF_ODE_LIB = BF_ODE + '/lib/libode.a'
WITH_BF_BULLET = 'true'
-BF_BULLET = '#extern/bullet'
-BF_BULLET_INC = '${BF_BULLET}/LinearMath ${BF_BULLET}/BulletDynamics ${BF_BULLET}/Bullet'
+BF_BULLET = '#extern/bullet2/src'
+BF_BULLET_INC = '${BF_BULLET}'
BF_BULLET_LIB = 'extern_bullet'
BF_SOLID = '#extern/solid'