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>2008-01-08 20:32:38 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2008-01-08 20:32:38 +0300
commit8269b89c15d5b8c96ce3bda93cf940f014a94ae5 (patch)
treeb0db37ac65fb842307242727a6b163b326201e28 /source/blender/editors/screen/SConscript
parent8d9a7941da8f41fe37243f988fdd13c34d44dd73 (diff)
* fix linking order for l00nix
Diffstat (limited to 'source/blender/editors/screen/SConscript')
-rw-r--r--source/blender/editors/screen/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/screen/SConscript b/source/blender/editors/screen/SConscript
index 786caa1a143..8ca512fedc1 100644
--- a/source/blender/editors/screen/SConscript
+++ b/source/blender/editors/screen/SConscript
@@ -7,4 +7,4 @@ incs = '../include ../../blenlib ../../blenkernel ../../makesdna ../../imbuf'
incs += ' ../../blenloader ../../windowmanager ../../python'
incs += ' #/intern/guardedalloc'
-env.BlenderLib ( 'bf_editors_screen', sources, Split(incs), [], libtype=['core','intern'], priority=[35, 40] )
+env.BlenderLib ( 'bf_editors_screen', sources, Split(incs), [], libtype=['core','intern'], priority=[30, 35] )