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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2008-11-29 18:43:53 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2008-11-29 18:43:53 +0300
commitcc0fdf24a9352b40c2dfe370a3017e28df923726 (patch)
treebe23fb28e05cdae72687bc145709845be7c2513f /source/blender/editors/util/SConscript
parent78218d89d68861cf96884ce6553ea587b4f6eeb4 (diff)
* Fix Makefiles to compile python.
* Tweak SConscript priorities to link ed_util. * Added RNA_struct_is_ID function for python.
Diffstat (limited to 'source/blender/editors/util/SConscript')
-rw-r--r--source/blender/editors/util/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/util/SConscript b/source/blender/editors/util/SConscript
index 604ebeebab7..48b0a99d889 100644
--- a/source/blender/editors/util/SConscript
+++ b/source/blender/editors/util/SConscript
@@ -7,4 +7,4 @@ incs = '../include ../../blenlib ../../blenkernel ../../makesdna ../../imbuf'
incs += ' ../../windowmanager #/intern/guardedalloc #/extern/glew/include'
incs += ' ../../makesrna'
-env.BlenderLib ( 'bf_editors_util', sources, Split(incs), [], libtype=['core','intern'], priority=[35, 40] )
+env.BlenderLib ( 'bf_editors_util', sources, Split(incs), [], libtype=['core','intern'], priority=[40, 45] )