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>2007-12-29 21:05:24 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2007-12-29 21:05:24 +0300
commit4c4abb062423b821067f84d5628449c2513c1e26 (patch)
tree2efb9486d7895809478e069527d72fb549bcbf5a /source/blender/SConscript
parentda7208eab5332b78e8fcd1ce6299f9ad06738ee5 (diff)
* add also SConscripts for editors.
I totally forgot those. Anyway, now all compiles and links (scons/mingw)
Diffstat (limited to 'source/blender/SConscript')
-rw-r--r--source/blender/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/SConscript b/source/blender/SConscript
index e4c78373ef5..1fd28df62c8 100644
--- a/source/blender/SConscript
+++ b/source/blender/SConscript
@@ -7,6 +7,7 @@ SConscript(['avi/SConscript',
'blenlib/SConscript',
'blenloader/SConscript',
'blenpluginapi/SConscript',
+ 'editors/SConscript',
'imbuf/SConscript',
'imbuf/intern/cineon/SConscript',
'makesdna/SConscript',