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>2008-12-12 13:18:26 +0300
committerTon Roosendaal <ton@blender.org>2008-12-12 13:18:26 +0300
commit7f3a34d16c9eeda100a6b84d8374d848074702a2 (patch)
tree65d585aeae7cbc3868ae4e829cf6e4d88dd7e2d9 /source/blender/editors/Makefile
parent6f6eee09238a751c42aad9df84d7f8b2f131841c (diff)
2.5
Resolved cyclic calls for editors. Now there's a space_api/ module, here you can use functions calling other editor modules. The functions in the module are only used by the WindowManager module to initialize space types. Note for sconzers and MSVC and cmake: the proper linking order for editors is: - space_api - space_xxx - object / mesh / transform / etc - interface - util / datafiles - screen
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 297255e3469..a3cfd02cad4 100644
--- a/source/blender/editors/Makefile
+++ b/source/blender/editors/Makefile
@@ -29,6 +29,6 @@
# Bounces make to subdirectories.
SOURCEDIR = source/blender/editors
-DIRS = datafiles screen space_outliner space_time space_view3d interface util
+DIRS = datafiles screen space_outliner space_time space_view3d interface util space_api
include nan_subdirs.mk