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:
authorMichel Selten <michel@mselten.demon.nl>2004-04-04 17:03:14 +0400
committerMichel Selten <michel@mselten.demon.nl>2004-04-04 17:03:14 +0400
commitb298ecbfacb9b546bed39a4565bf405e169ccc13 (patch)
tree685f4c656c6ad2f560224e1bc54bec893d59a433 /SConstruct
parent96e5e1d5f0121ccd5ef821462fd3c82eda9662d5 (diff)
SCons update.
* .sconsign files are no longer written to the source tree. The output is now written to <root_build_dir>/scons-signatures
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 58063d63d31..faa75ff0c08 100644
--- a/SConstruct
+++ b/SConstruct
@@ -818,6 +818,7 @@ library_env.Replace (AR = user_options_dict['TARGET_AR'])
library_env.Append (CCFLAGS = cflags)
library_env.Append (CXXFLAGS = cxxflags)
library_env.Append (CPPDEFINES = defines)
+library_env.SConsignFile (root_build_dir+'/scons-signatures')
#-----------------------------------------------------------------------------
# Settings to be exported to other SConscript files