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/Makefile
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/Makefile')
-rw-r--r--source/blender/editors/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/Makefile b/source/blender/editors/Makefile
index 51cb13b6fb0..ed59a82d2b2 100644
--- a/source/blender/editors/Makefile
+++ b/source/blender/editors/Makefile
@@ -29,6 +29,6 @@
# Bounces make to subdirectories.
SOURCEDIR = source/blender/editors
-DIRS = armature mesh animation object datafiles transform screen space_outliner space_time space_view3d interface util space_api space_ipo space_image space_node space_buttons space_info space_file space_sound space_action space_nla space_script space_text space_sequencer
+DIRS = armature mesh animation object datafiles transform screen curve gpencil physics preview space_outliner space_time space_view3d interface util space_api space_ipo space_image space_node space_buttons space_info space_file space_sound space_action space_nla space_script space_text space_sequencer
include nan_subdirs.mk