fix for scons

This commit is contained in:
Campbell Barton
2009-12-30 15:45:41 +00:00
parent 57cd505d3f
commit 2d8c3076b2

View File

@@ -6,6 +6,7 @@ sources = env.Glob('*.c')
incs = '../include ../../blenlib ../../blenkernel ../../makesdna ../../imbuf'
incs += ' ../../windowmanager #/intern/guardedalloc'
incs += ' ../../makesrna ../../python ../../ikplugin'
incs += ' ../../render/extern/include ../../gpu' # for object_bake.c
defs = []