[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [10951] branches/soc-2007-hcube/intern/ tinySND/SConscript: scons build priority fixed in sound system.

Csaba Hruska csaba.hruska at gmail.com
Sun Jun 17 11:24:36 CEST 2007


Revision: 10951
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=10951
Author:   hcube
Date:     2007-06-17 11:24:35 +0200 (Sun, 17 Jun 2007)

Log Message:
-----------
scons build priority fixed in sound system.

Modified Paths:
--------------
    branches/soc-2007-hcube/intern/tinySND/SConscript

Modified: branches/soc-2007-hcube/intern/tinySND/SConscript
===================================================================
--- branches/soc-2007-hcube/intern/tinySND/SConscript	2007-06-17 09:13:07 UTC (rev 10950)
+++ branches/soc-2007-hcube/intern/tinySND/SConscript	2007-06-17 09:24:35 UTC (rev 10951)
@@ -13,4 +13,4 @@
 #else:
 #    defs = 'NO_SOUND'
 
-env.BlenderLib ('bf_soundsystem', sources, Split(incs), Split(defs), libtype=['core','player'], priority = [20,140] )
+env.BlenderLib ('bf_soundsystem', sources, Split(incs), Split(defs), libtype=['core','player'], priority = [90,50] )





More information about the Bf-blender-cvs mailing list