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-12-14 16:42:25 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2008-12-14 16:42:25 +0300
commitd2a09da73f101553d0f4de8f1124396a65a64d5d (patch)
tree4ab76bff111002830903646fa74af8917de25f47 /source/blender/editors/SConscript
parent3c14eba0450cc5852ef5332ceaa75c2ba72b42c3 (diff)
Fix scons warning for space_file, also sorted items alphabetically.
Diffstat (limited to 'source/blender/editors/SConscript')
-rw-r--r--source/blender/editors/SConscript11
1 files changed, 5 insertions, 6 deletions
diff --git a/source/blender/editors/SConscript b/source/blender/editors/SConscript
index 8c7943a1108..1adc9f783fd 100644
--- a/source/blender/editors/SConscript
+++ b/source/blender/editors/SConscript
@@ -8,15 +8,14 @@ SConscript(['datafiles/SConscript',
'interface/SConscript',
'mesh/SConscript',
'object/SConscript',
+ 'space_buttons/SConscript',
'space_file/SConscript',
+ 'space_image/SConscript',
+ 'space_info/SConscript',
+ 'space_ipo/SConscript',
+ 'space_node/SConscript',
'space_outliner/SConscript',
'space_time/SConscript',
'space_view3d/SConscript',
- 'space_ipo/SConscript',
- 'space_image/SConscript',
- 'space_node/SConscript',
- 'space_buttons/SConscript',
- 'space_info/SConscript',
- 'space_file/SConscript',
'transform/SConscript',
'screen/SConscript'])