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:
authorJoseph Eagar <joeedh@gmail.com>2009-03-04 12:34:33 +0300
committerJoseph Eagar <joeedh@gmail.com>2009-03-04 12:34:33 +0300
commit4b8d872edbe6fca5295128493cbf46e1e2cc198b (patch)
treee853bb59613d5d89fd71a88bf9d47cb1fb4a2128 /source/blender/readblenfile
parent2c33a51e3f8019eb6edfbe23d05b0551984188a3 (diff)
ok right branch. . .stop laughing at me :)
Diffstat (limited to 'source/blender/readblenfile')
-rw-r--r--source/blender/readblenfile/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/readblenfile/SConscript b/source/blender/readblenfile/SConscript
index 430c53e3ef0..59771aa0829 100644
--- a/source/blender/readblenfile/SConscript
+++ b/source/blender/readblenfile/SConscript
@@ -5,4 +5,4 @@ sources = env.Glob('intern/*.c')
incs = '. ../blenloader ../blenloader/intern ../blenkernel ../blenlib ../makesdna ../../kernel/gen_messaging'
-env.BlenderLib ( 'bf_readblenfile', sources, Split(incs), [], libtype=['core','player'], priority = [155, 220] )
+env.BlenderLib ( 'bf_readblenfile', sources, Split(incs), [], libtype=['core','player'], priority = [0, 220] )