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-13 19:18:18 +0300
committerTon Roosendaal <ton@blender.org>2009-01-13 19:18:18 +0300
commit76cc2fef7833ad0883912422149ce84dbaff019c (patch)
tree9945ee1aa39fa5c2c94ff53cfb61a503e0d88e25 /source/blender/editors/SConscript
parentb8dac71bdab7bd562ca13eb8c4af2f966533067b (diff)
2.5
Added last few remaining modules in editors. Then the msvc maintainer can already start typing! Only uv_paint is not added, not sure how far Brecht is locally already.
Diffstat (limited to 'source/blender/editors/SConscript')
-rw-r--r--source/blender/editors/SConscript4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/editors/SConscript b/source/blender/editors/SConscript
index c42f50a4eff..bcdb295e008 100644
--- a/source/blender/editors/SConscript
+++ b/source/blender/editors/SConscript
@@ -10,6 +10,10 @@ SConscript(['datafiles/SConscript',
'armature/SConscript',
'mesh/SConscript',
'object/SConscript',
+ 'curve/SConscript',
+ 'gpencil/SConscript',
+ 'physics/SConscript',
+ 'preview/SConscript',
'space_buttons/SConscript',
'space_file/SConscript',
'space_image/SConscript',