* 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.
This commit is contained in:
Nathan Letwory
2007-12-27 22:16:54 +00:00
parent 6c7b60668b
commit c2acbef851
12 changed files with 28 additions and 12 deletions

View File

@@ -3,7 +3,7 @@ Import ('env')
sources = env.Glob('intern/*.c')
incs = '. #/intern/guardedalloc ../include ../blenlib ../makesdna'
incs = '. #/intern/guardedalloc ../editors/include ../blenlib ../makesdna'
incs += ' ../python ../render/extern/include #/intern/decimation/extern'
incs += ' ../imbuf ../avi #/intern/elbeem/extern ../nodes'
incs += ' #/intern/iksolver/extern ../blenloader ../quicktime'