Add BF_BUILDINFO support to Python API too.

reported by dail in IRC #blendercoders.
This commit is contained in:
Nathan Letwory 2010-08-04 17:23:13 +00:00
parent cb98fd289d
commit 5453e2c2fe

@ -10,6 +10,9 @@ incs += ' ' + env['BF_PYTHON_INC']
defs = []
if env['BF_BUILDINFO']:
defs.append('BUILD_DATE')
if env['OURPLATFORM'] in ('win32-mingw', 'win32-vc','win64-vc') and env['BF_DEBUG']:
defs.append('_DEBUG')