diff options
author | Steven Knight <knight@baldmt.com> | 2005-08-13 00:56:13 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2005-08-13 00:56:13 (GMT) |
commit | 90376f36df71401df8e7cf71fead9b7869153159 (patch) | |
tree | b2ee287041efacbaaa6f4cdd226f62590bff0e09 /doc | |
parent | 055a212a12d75036cdfbaf2b954e39908a2fbac1 (diff) | |
download | SCons-90376f36df71401df8e7cf71fead9b7869153159.zip SCons-90376f36df71401df8e7cf71fead9b7869153159.tar.gz SCons-90376f36df71401df8e7cf71fead9b7869153159.tar.bz2 |
Add %SYSTEMDRIVE% to the list of Windows variables preserved. (Chris Prince)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/scons.1 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1 index cb58f68..5db1f53 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -1028,8 +1028,10 @@ and suffixes appropriate for the platform. Note that the .B win32 platform adds the +.B SYSTEMDRIVE +and .B SYSTEMROOT -variable from the user's external environment +variables from the user's external environment to the construction environment's .B ENV dictionary. @@ -3633,8 +3635,10 @@ env.Platform('posix') Note that the .B win32 platform adds the +.B SYSTEMDRIVE +and .B SYSTEMROOT -variable from the user's external environment +variables from the user's external environment to the construction environment's .B ENV dictionary. |