diff options
author | Steven Knight <knight@baldmt.com> | 2005-11-06 15:03:10 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2005-11-06 15:03:10 (GMT) |
commit | 0113b86def554ddcd54b3b9eace409e16bf8a5a7 (patch) | |
tree | cba9b80d7e152fb5724474ed9057f7478482adf0 /doc/man/scons.1 | |
parent | 65b2ec6b93efcb9947fb90126dfb6d00748769e8 (diff) | |
download | SCons-0113b86def554ddcd54b3b9eace409e16bf8a5a7.zip SCons-0113b86def554ddcd54b3b9eace409e16bf8a5a7.tar.gz SCons-0113b86def554ddcd54b3b9eace409e16bf8a5a7.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/man/scons.1')
-rw-r--r-- | doc/man/scons.1 | 9 |
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. |