Fix for compiler error since BLO_sys_types.h was not in the path

This commit is contained in:
Daniel Genrich
2009-06-18 21:25:21 +00:00
parent 96003b5b73
commit b6182781b0

View File

@@ -3,7 +3,7 @@ Import ('env')
sources = env.Glob('*.cpp')
incs ='. #source/kernel/gen_system #intern/string #intern/moto/include #source/gameengine/SceneGraph'
incs ='. #source/kernel/gen_system #intern/string #intern/moto/include #source/gameengine/SceneGraph #source/blender/blenloader'
incs += ' ' + env['BF_PYTHON_INC']
cxxflags = []