==SCons==

* actually add CC and CXX to option handling, so they get also read in
  from (platform)-config.py and user-config.py
This commit is contained in:
Nathan Letwory 2006-03-13 08:49:06 +00:00
parent 2dfc4b9a2f
commit 0b9c41e551

@ -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()