Adding intern/guardedalloc include dir for bad_level_call_stubs (stubs.c). This update is for cmake and scons.

This is needed since RNA_types.h now includes BLO_sys_types.h
This commit is contained in:
Mitchell Stokes 2010-08-31 23:55:41 +00:00
parent a41c0a55d5
commit d67eedcef9
2 changed files with 4 additions and 2 deletions

@ -34,8 +34,9 @@ ENDIF(WITH_BUILDINFO)
SET(INC SET(INC
. .
.. ..
../../../intern/guardedalloc
../../../source/blender/makesdna ../../../source/blender/makesdna
../../../source/blender/makesrna ../../../source/blender/makesrna
) )
IF(WITH_GAMEENGINE) IF(WITH_GAMEENGINE)

@ -3,7 +3,8 @@ Import ('env')
sources = 'stubs.c' sources = 'stubs.c'
incs = '#/source/blender/makesdna' incs = '#/intern/guardedalloc'
incs += ' #/source/blender/makesdna'
incs += ' #/source/blender/makesrna' incs += ' #/source/blender/makesrna'
defs = '' defs = ''