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:
authorTon Roosendaal <ton@blender.org>2009-01-14 16:18:10 +0300
committerTon Roosendaal <ton@blender.org>2009-01-14 16:18:10 +0300
commit126b9ca1a6a3dd00b5340bee02fec491310c5f67 (patch)
treee1e4f02d15746d516375309646dbfca81182c1bc /source/blender/editors/SConscript
parentb4df27c50d01912c495a1d5ff6e05dcb63817036 (diff)
2.5
Hrmf; sconscript apparently can't do emtpy dirs!
Diffstat (limited to 'source/blender/editors/SConscript')
-rw-r--r--source/blender/editors/SConscript2
1 files changed, 1 insertions, 1 deletions
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/