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:
authorNathan Letwory <nathan@letworyinteractive.com>2007-12-28 01:16:54 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2007-12-28 01:16:54 +0300
commitc2acbef851fff76d7b15aab89ce031589d7a8488 (patch)
tree6509963f331a31237ed3bbb1bd134ad2bc06d999 /source/blender/SConscript
parent6c7b60668b122414299d1a34263395e169b7ffeb (diff)
* added SConscript for windowmanager
* tweak other SConscripts for editors/include * commented BKE_bad_level_calls.h in writeframeserver.c - please check it doesn't break make builds This compiles until final linking, which still fails.
Diffstat (limited to 'source/blender/SConscript')
-rw-r--r--source/blender/SConscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/SConscript b/source/blender/SConscript
index 94c637e97fa..e4c78373ef5 100644
--- a/source/blender/SConscript
+++ b/source/blender/SConscript
@@ -13,7 +13,8 @@ SConscript(['avi/SConscript',
'radiosity/SConscript',
'readblenfile/SConscript',
'render/SConscript',
- 'nodes/SConscript'])
+ 'nodes/SConscript',
+ 'windowmanager/SConscript'])
if env['WITH_BF_YAFRAY'] == 1:
SConscript(['yafray/SConscript'])