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 08:57:27 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2008-01-08 08:57:27 +0300
commitc344021b838a6fb2cbcc68b296144a734f74260f (patch)
tree2a35137cbc35d6878d30e5a4e40d50de09dae8dc /source/blender/editors/SConscript
parente58676f713febd33ae397fce69e4a5e2beb596c0 (diff)
* update scons-files to build with Ton's latest commits.
Diffstat (limited to 'source/blender/editors/SConscript')
-rw-r--r--source/blender/editors/SConscript10
1 files changed, 7 insertions, 3 deletions
diff --git a/source/blender/editors/SConscript b/source/blender/editors/SConscript
index ec56e557c79..46c63c4900b 100644
--- a/source/blender/editors/SConscript
+++ b/source/blender/editors/SConscript
@@ -2,6 +2,10 @@
Import ('env')
-SConscript(['area/SConscript',
- 'datafiles/SConscript',
- 'screen/SConscript'])
+SConscript(['datafiles/SConscript',
+ 'interface/SConscript',
+ 'mesh/SConscript',
+ 'object/SConscript',
+ 'space_view3d/SConscript',
+ 'transform/SConscript',
+ 'screen/SConscript'])