projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
29f6069
)
==SCons==
author
Nathan Letwory <nathan@letworyinteractive.com>
Mon, 6 Mar 2006 14:50:08 +0000
(14:50 +0000)
committer
Nathan Letwory <nathan@letworyinteractive.com>
Mon, 6 Mar 2006 14:50:08 +0000
(14:50 +0000)
* BF_DEBUG_FLAGS was missing for the allowed cmd-line arguments. Oops!
tools/btools.py
patch
|
blob
|
history
diff --git
a/tools/btools.py
b/tools/btools.py
index 2c80bd7131cff171fc4d409584616219d71cf534..037af445583bd7b2391dce34c53b1f34691aa2e6 100755
(executable)
--- a/
tools/btools.py
+++ b/
tools/btools.py
@@
-44,7
+44,7
@@
def validate_arguments(args, bc):
'BF_PROFILE_FLAGS' ]
arg_list = ['BF_DEBUG', 'BF_QUIET', 'BF_CROSS', 'BF_UPDATE',
'BF_INSTALLDIR', 'BF_TOOLSET', 'BF_BINNAME',
- 'BF_BUILDDIR', 'BF_FANCY', 'BF_QUICK', 'BF_PROFILE', 'BF_DEBUG',
+ 'BF_BUILDDIR', 'BF_FANCY', 'BF_QUICK', 'BF_PROFILE', 'BF_DEBUG',
'BF_DEBUG_FLAGS',
'BF_PRIORITYLIST', 'BF_BUILDINFO','CC', 'CXX'
]