add documentation for the inheritenv option
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Mon, 06 Nov 2006 14:25:35 +0100
changeset 140 7ad2664c9515
parent 139 84ce50ae8fd1
child 141 5f92897efe08
add documentation for the inheritenv option
BUILD
--- a/BUILD	Mon Nov 06 14:23:58 2006 +0100
+++ b/BUILD	Mon Nov 06 14:25:35 2006 +0100
@@ -29,6 +29,10 @@
 Example: scons cxxflags="-O3 -ffast-math"
 - ldflags: flags for the linker:
 Example: scons ldflags="-L/foo -L/bar"
+- inheritenv: set to 'y' if you want to make your compiler
+  execute within the same environment (env vars) as your own
+  shell. This is typically used to make colorgcc work.
+Example: scons inheritenv=y
 
 2) Targets
 ----------