summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2005-11-06 15:03:10 (GMT)
committerSteven Knight <knight@baldmt.com>2005-11-06 15:03:10 (GMT)
commit2bad7ecd46f998a3fd101cc27335ccc2d3b513ce (patch)
treecba9b80d7e152fb5724474ed9057f7478482adf0 /doc
parent5e49f4123a40948490d8115de909323476f77f3b (diff)
downloadSCons-2bad7ecd46f998a3fd101cc27335ccc2d3b513ce.zip
SCons-2bad7ecd46f998a3fd101cc27335ccc2d3b513ce.tar.gz
SCons-2bad7ecd46f998a3fd101cc27335ccc2d3b513ce.tar.bz2
Add support for an explicit SCONS_HOME variable for writing the SCons execution line in Visual Studio project files. (Dobes Vandermeer) Two minor test fixes for win32 portability.
Diffstat (limited to 'doc')
-rw-r--r--doc/man/scons.19
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1
index 47a74d4..d2e69fd 100644
--- a/doc/man/scons.1
+++ b/doc/man/scons.1
@@ -7226,6 +7226,15 @@ This can be set, for example, to
.I -e
to check out editable files from SCCS.
+.IP SCONS_HOME
+The (optional) path to the SCons library directory,
+initialized from the external environment.
+If set, this is used to construct a shorter and more
+efficient search path in the
+.B MSVSSCONS
+command line executed
+from Microsoft Visual Studio project files.
+
.IP SHCC
The C compiler used for generating shared-library objects.