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
path: root/tools
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2006-03-13 11:49:06 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2006-03-13 11:49:06 +0300
commit0b9c41e5511120aec1214f95d0cfb1b9b07e1d6a (patch)
tree40a60ce3b032e4b659282c6e93615ba34284dfdb /tools
parent2dfc4b9a2f35c74d9e67ecb1ed9999e5ab63fe4e (diff)
==SCons==
* actually add CC and CXX to option handling, so they get also read in from (platform)-config.py and user-config.py
Diffstat (limited to 'tools')
-rwxr-xr-xtools/btools.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/btools.py b/tools/btools.py
index 037af445583..7d6a679905e 100755
--- a/tools/btools.py
+++ b/tools/btools.py
@@ -260,6 +260,9 @@ def read_opts(cfg, args):
('BF_BUILDDIR', 'Build dir', ''),
('BF_INSTALLDIR', 'Installation dir', ''),
+ ('CC', 'C compiler to use', ''),
+ ('CXX', 'C++ compiler to use', ''),
+
(BoolOption('BF_BUILDINFO', 'Buildtime in splash if true', 'true'))
) # end of opts.AddOptions()