From 7f3a34d16c9eeda100a6b84d8374d848074702a2 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Fri, 12 Dec 2008 10:18:26 +0000 Subject: 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 --- source/blender/editors/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/SConscript') diff --git a/source/blender/editors/SConscript b/source/blender/editors/SConscript index 1b24eeb5471..771815193a5 100644 --- a/source/blender/editors/SConscript +++ b/source/blender/editors/SConscript @@ -3,6 +3,7 @@ Import ('env') SConscript(['datafiles/SConscript', + 'space_api/SConscript', 'util/SConscript', 'interface/SConscript', 'mesh/SConscript', -- cgit v1.2.3