From 126b9ca1a6a3dd00b5340bee02fec491310c5f67 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Wed, 14 Jan 2009 13:18:10 +0000 Subject: 2.5 Hrmf; sconscript apparently can't do emtpy dirs! --- source/blender/editors/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/SConscript') diff --git a/source/blender/editors/SConscript b/source/blender/editors/SConscript index de188870a35..dba6044ea66 100644 --- a/source/blender/editors/SConscript +++ b/source/blender/editors/SConscript @@ -10,7 +10,7 @@ SConscript(['datafiles/SConscript', 'armature/SConscript', 'mesh/SConscript', 'object/SConscript', - #'curve/SConscript', enable this when there is actually code in curve/ + 'curve/SConscript', #'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/ -- cgit v1.2.3