Audaspace: This should fix all missing python includes now once for all...

This commit is contained in:
2010-08-16 20:05:59 +00:00
parent 54de782faf
commit 26809f38aa
12 changed files with 51 additions and 28 deletions

View File

@@ -7,7 +7,5 @@ incs = '../include ../../blenlib ../../blenkernel ../../blenfont ../../makesdna
incs += ' ../../windowmanager #/intern/guardedalloc #/extern/glew/include'
incs += ' ../../makesrna'
incs += ' #/intern/audaspace/intern'
if env['WITH_BF_PYTHON']:
incs += ' ' + env['BF_PYTHON_INC']
env.BlenderLib ( 'bf_editors_space_sequencer', sources, Split(incs), [], libtype=['core'], priority=[100] )