projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dfc4b9
)
==SCons==
author
Nathan Letwory <nathan@letworyinteractive.com>
Mon, 13 Mar 2006 08:49:06 +0000
(08:49 +0000)
committer
Nathan Letwory <nathan@letworyinteractive.com>
Mon, 13 Mar 2006 08:49:06 +0000
(08:49 +0000)
* 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
patch
|
blob
|
history
diff --git
a/tools/btools.py
b/tools/btools.py
index 037af445583bd7b2391dce34c53b1f34691aa2e6..7d6a679905e5cfc0ba542ca39d8124e7deedf6e1 100755
(executable)
--- 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()