From 469b19d231242eddce87cf33a7cbd522de225f79 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Tue, 13 Jan 2009 19:01:39 +0000 Subject: 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. --- source/blender/editors/SConscript | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/editors/SConscript') 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', -- cgit v1.2.3