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:
Diffstat (limited to 'source/blender/src/SConscript')
-rw-r--r--source/blender/src/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/src/SConscript b/source/blender/src/SConscript
index 91c75559f2c..4e434655059 100644
--- a/source/blender/src/SConscript
+++ b/source/blender/src/SConscript
@@ -143,6 +143,9 @@ if user_options_dict['USE_INTERNATIONAL'] == 1:
src_env.Append (CPPDEFINES = 'INTERNATIONAL')
src_env.Append (CPPDEFINES = 'FTGL_STATIC_LIBRARY')
+if user_options_dict['USE_BUILDINFO'] == 1:
+ src_env.Append (CPPDEFINES = 'NAN_BUILDINFO')
+
src_env.Append (CPPPATH=extra_includes)
src_env.Library (target='#'+user_options_dict['BUILD_DIR']+'/lib/blender_blendersrc', source=source_files)