From 0b9c41e5511120aec1214f95d0cfb1b9b07e1d6a Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Mon, 13 Mar 2006 08:49:06 +0000 Subject: ==SCons== * actually add CC and CXX to option handling, so they get also read in from (platform)-config.py and user-config.py --- tools/btools.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools') 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() -- cgit v1.2.3