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:
authorNathan Letwory <nathan@letworyinteractive.com>2010-01-10 19:29:53 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2010-01-10 19:29:53 +0300
commitc8966e53732a43b00516b7680c59586b874b5f1e (patch)
tree0f90222fa4536c6041fa5254e4d80fea2d429869 /source/creator
parent83e5edf5cb8fdaa0b08743756665f8a0ab8fc066 (diff)
* make sure build info is enabled for BF_BUILDINFO (this is enabled by default, and can be set in your user-config.py or other custom config).
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/creator/SConscript b/source/creator/SConscript
index 6c95f25a0b2..8c71e0e8566 100644
--- a/source/creator/SConscript
+++ b/source/creator/SConscript
@@ -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 )