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
diff options
context:
space:
mode:
authorJean-Luc Peurière <jlp@nerim.net>2007-05-20 02:57:28 +0400
committerJean-Luc Peurière <jlp@nerim.net>2007-05-20 02:57:28 +0400
commitc0dcbacd4b492fbb06b895fd454583ca75ad6405 (patch)
tree566fdb2cbfcf830a779c3fdb57d3011f00812633 /SConstruct
parent4d47e53903d80192144ead6f39d78332cc7ef542 (diff)
post release update of the scons build system for os x powerpc
assume os x 10.4 as defaut
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct5
1 files changed, 5 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 7c8ab844aa2..6fca7d58528 100644
--- a/SConstruct
+++ b/SConstruct
@@ -71,6 +71,11 @@ if platform=='win32':
if not use_color=='1':
B.bc.disable()
+
+ #on defaut white Os X terminal, some colors are totally unlegible
+if platform=='darwin':
+ B.bc.OKGREEN = '\033[34m'
+ B.bc.WARNING = '\033[36m'
# arguments
print B.bc.HEADER+'Command-line arguments'+B.bc.ENDC