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/editors/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/editors/SConscript')
-rw-r--r--source/blender/editors/SConscript7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/blender/editors/SConscript b/source/blender/editors/SConscript
new file mode 100644
index 00000000000..ec56e557c79
--- /dev/null
+++ b/source/blender/editors/SConscript
@@ -0,0 +1,7 @@
+#!/usr/bin/python
+Import ('env')
+
+
+SConscript(['area/SConscript',
+ 'datafiles/SConscript',
+ 'screen/SConscript'])