2.5 compile errors.

Wrong include name (lower case) and missing include folder in scons.
This commit is contained in:
2009-05-14 18:54:41 +00:00
parent ba6bec56f9
commit 2ae34a9816
3 changed files with 4 additions and 4 deletions

View File

@@ -4,8 +4,8 @@ Import ('env')
sources = env.Glob('*.c')
incs = '../include ../../blenlib ../../blenkernel ../../makesdna ../../imbuf'
incs += ' ../../blenloader ../../makesrna'
incs += ' ../../render/extern/include '
incs += ' ../../blenloader ../../makesrna ../../blenfont'
incs += ' ../../render/extern/include'
incs += ' ../../windowmanager #/intern/guardedalloc #/extern/glew/include'
defs = []

View File

@@ -44,7 +44,7 @@
#include "BKE_global.h"
#include "BKE_utildefines.h"
#include "BLF_Api.h"
#include "BLF_api.h"
#include "DNA_space_types.h"
#include "DNA_scene_types.h"

View File

@@ -59,7 +59,7 @@
#include "BKE_screen.h"
#include "BKE_global.h"
#include "BLF_Api.h"
#include "BLF_api.h"
#include "DNA_userdef_types.h"