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>2009-01-13 22:01:39 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2009-01-13 22:01:39 +0300
commit469b19d231242eddce87cf33a7cbd522de225f79 (patch)
tree97cdaf8756b448f47e172d7cd87f22d11f862172 /source/blender/editors/SConscript
parent5ecbf408c30ee65c8f736618101863051bf94211 (diff)
2.5 / SCons / Temporary Hack
* curve, gpencil, physics and preview don't have sources yet, so scons fails on that. Disabled for now Ton, when you actually put something in those dirs, remember to uncomment them in the editors/SConscript.
Diffstat (limited to 'source/blender/editors/SConscript')
-rw-r--r--source/blender/editors/SConscript8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/editors/SConscript b/source/blender/editors/SConscript
index bcdb295e008..de188870a35 100644
--- a/source/blender/editors/SConscript
+++ b/source/blender/editors/SConscript
@@ -10,10 +10,10 @@ SConscript(['datafiles/SConscript',
'armature/SConscript',
'mesh/SConscript',
'object/SConscript',
- 'curve/SConscript',
- 'gpencil/SConscript',
- 'physics/SConscript',
- 'preview/SConscript',
+ #'curve/SConscript', enable this when there is actually code in curve/
+ #'gpencil/SConscript', enable this when there is actually code in gpencil/
+ #'physics/SConscript', enable this when there is actually code in physics/
+ #'preview/SConscript', enable this when there is actually code in preview/
'space_buttons/SConscript',
'space_file/SConscript',
'space_image/SConscript',