Fix for compilation error with SCons.

This commit is contained in:
Tamito Kajiyama
2010-06-27 06:42:52 +00:00
parent 0f5c19c32c
commit 4dd23a381a
2 changed files with 1 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ objs += o
incs = '#/intern/guardedalloc #/intern/audaspace/intern ../blenkernel ../blenlib ../makesdna intern .'
incs += ' ../windowmanager ../editors/include ../gpu ../imbuf ../ikplugin'
incs += ' ../render/extern/include'
incs += ' ../freestyle'
defs = []

View File

@@ -33,7 +33,6 @@ incs = '#/intern/guardedalloc ../../blenlib ../../blenkernel'
incs += ' ../../imbuf ../../makesdna ../../makesrna ../../ikplugin'
incs += ' ../../windowmanager ../../editors/include'
incs += ' ../../render/extern/include'
incs += ' ../../freestyle'
incs += ' #/intern/audaspace/intern'
if env['WITH_BF_OPENEXR']: