Merged changes in the trunk up to revision 26083.

This commit is contained in:
Tamito Kajiyama
2010-01-18 20:01:58 +00:00
265 changed files with 6079 additions and 2044 deletions

View File

@@ -38,5 +38,6 @@ if env['WITH_BF_FHS']: # /usr -> /usr/share/blender/2.5
if env['BF_BUILDINFO']:
defs.append('BUILD_DATE')
defs.append('NAN_BUILDINFO')
env.BlenderLib ( libname = 'bf_creator', sources = Split(sources), includes = Split(incs), defines = defs, libtype='core', priority = 0 )