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
path: root/tools
diff options
context:
space:
mode:
authorErwin Coumans <blender@erwincoumans.com>2005-10-29 21:54:04 +0400
committerErwin Coumans <blender@erwincoumans.com>2005-10-29 21:54:04 +0400
commit872b2a03e3ec88016675c1f1fc06a273d387013b (patch)
treea5716a73d05c72bbde0c7af1c0fec8a10d575574 /tools
parenta0c17879574796921fa4b42164cee5246b722b35 (diff)
attempt to fix a link problem by changing the link-order or ketsji/bullet
Diffstat (limited to 'tools')
-rw-r--r--tools/scons/bs/bs_libs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/scons/bs/bs_libs.py b/tools/scons/bs/bs_libs.py
index 9868677fc0a..b8a88d4d245 100644
--- a/tools/scons/bs/bs_libs.py
+++ b/tools/scons/bs/bs_libs.py
@@ -76,7 +76,6 @@ def ketsji_libs(env):
'PHY_Dummy',
'PHY_Bullet',
'PHY_Physics',
- 'extern_bullet',
'KX_ketsji',
'SCA_GameLogic',
'RAS_rasterizer',
@@ -88,6 +87,7 @@ def ketsji_libs(env):
'KX_network',
'blender_kernel',
'NG_network',
+ 'extern_bullet',
'NG_loopbacknetwork'])
if bs_globals.user_options_dict['USE_PHYSICS'] == 'solid':
env.Append (LIBS=['PHY_Sumo', 'PHY_Physics', 'blender_MT', 'extern_solid', 'extern_qhull'])