Merged changes in the trunk up to revision 28911.

This commit is contained in:
Tamito Kajiyama
2010-05-21 22:01:47 +00:00
178 changed files with 7473 additions and 8152 deletions

View File

@@ -23,6 +23,9 @@ if env['WITH_BF_BINRELOC']:
if env['WITH_BF_OPENEXR']:
defs.append('WITH_OPENEXR')
if env['WITH_BF_TIFF']:
defs.append('WITH_TIFF')
if not env['WITH_BF_SDL']:
defs.append('DISABLE_SDL')