Merged changes in the trunk up to revision 45820.

Conflicts resolved:
source/creator/creator.c
This commit is contained in:
2012-04-21 00:33:36 +00:00
272 changed files with 5403 additions and 3771 deletions

View File

@@ -23,8 +23,11 @@ incs += ' ' + env['BF_ZLIB_INC']
defs = [ 'GLEW_STATIC' ]
defs.append('WITH_SMOKE') # TODO, make optional
defs.append('WITH_FRAMESERVER') # TODO, make optional
if env['WITH_BF_SMOKE']:
defs.append('WITH_SMOKE')
if env['WITH_BF_FRAMESERVER']:
defs.append('WITH_FRAMESERVER')
if env['WITH_BF_PYTHON']:
incs += ' ../python'