[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [25017] trunk/blender/extern/bullet2/src/ SConscript: scons + gcc linking fix for bullet softbodies:

Joshua Leung aligorith at gmail.com
Mon Nov 30 03:28:59 CET 2009


Revision: 25017
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=25017
Author:   aligorith
Date:     2009-11-30 03:28:50 +0100 (Mon, 30 Nov 2009)

Log Message:
-----------
scons + gcc linking fix for bullet softbodies:

Upped the priority for the softbody module so that gcc linkers (mingw, linux-gcc) would be able to resolve the dependencies. MSVC still worked though.

Modified Paths:
--------------
    trunk/blender/extern/bullet2/src/SConscript

Modified: trunk/blender/extern/bullet2/src/SConscript
===================================================================
--- trunk/blender/extern/bullet2/src/SConscript	2009-11-30 01:48:55 UTC (rev 25016)
+++ trunk/blender/extern/bullet2/src/SConscript	2009-11-30 02:28:50 UTC (rev 25017)
@@ -42,4 +42,4 @@
 env.BlenderLib ( libname = 'extern_bullet2collision_gimpact', sources=collision_gimpact_src, includes=Split(incs), defines=Split(defs), libtype=['extern','player'], priority=[20,138], compileflags=cflags )
 env.BlenderLib ( libname = 'extern_bullet2collision_shapes', sources=collision_shapes_src, includes=Split(incs), defines=Split(defs), libtype=['extern','player'], priority=[20,138], compileflags=cflags )
 env.BlenderLib ( libname = 'extern_bullet2collision_narrowphase', sources=collision_narrowphase_src, includes=Split(incs), defines=Split(defs), libtype=['extern','player'], priority=[20,138], compileflags=cflags )
-env.BlenderLib ( libname = 'extern_bullet2softbody', sources=softbody_src, includes=Split(incs), defines=Split(defs), libtype=['extern','player'], priority=[18,135], compileflags=cflags )
+env.BlenderLib ( libname = 'extern_bullet2softbody', sources=softbody_src, includes=Split(incs), defines=Split(defs), libtype=['extern','player'], priority=[30,135], compileflags=cflags )





More information about the Bf-blender-cvs mailing list