Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-07-20 10:22:16 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-07-20 10:22:16 +0400
commit60ae40a0ed320cef275c2fd05eed97bd125d9a6e (patch)
treec1e4578911612018fbaa5e249ac296afd2d96b6d /build_files
parent74219d2704dfcc77c8530be47a626287ec1423a9 (diff)
patch [#28030] SCONS Build: Build Date reflects "1" instead of actual date of build
by Scott Giese (sgiese) This bug effected windows and linux.
Diffstat (limited to 'build_files')
-rw-r--r--build_files/scons/tools/Blender.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/build_files/scons/tools/Blender.py b/build_files/scons/tools/Blender.py
index d8f5ba9e115..75af7e47edd 100644
--- a/build_files/scons/tools/Blender.py
+++ b/build_files/scons/tools/Blender.py
@@ -320,11 +320,7 @@ def creator(env):
defs.append('WITH_PYTHON')
if env['BF_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'):
incs.append(env['BF_PTHREADS_INC'])