patch [#28030] SCONS Build: Build Date reflects "1" instead of actual date of build

by Scott Giese (sgiese)

This bug effected windows and linux.
This commit is contained in:
Campbell Barton 2011-07-20 06:22:16 +00:00
parent 74219d2704
commit 60ae40a0ed

@ -320,11 +320,7 @@ def creator(env):
defs.append('WITH_PYTHON') defs.append('WITH_PYTHON')
if env['BF_DEBUG']: if env['BF_DEBUG']:
defs.append('_DEBUG') defs.append('_DEBUG')
if env['BF_BUILDINFO']:
defs.append('BUILD_DATE')
defs.append('NAN_BUILDINFO')
if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'linuxcross', 'win64-vc'): if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'linuxcross', 'win64-vc'):
incs.append(env['BF_PTHREADS_INC']) incs.append(env['BF_PTHREADS_INC'])