diff options
author | Daniel Moody <dmoody256@gmail.com> | 2022-05-27 03:58:55 (GMT) |
---|---|---|
committer | Daniel Moody <dmoody256@gmail.com> | 2022-05-27 03:58:55 (GMT) |
commit | 9f6cfbdd5dc35a9711e5c5ab5ef3414b4a05e0ef (patch) | |
tree | 0c6f40509d5934335ed4845929e971d2a33e0239 /RELEASE.txt | |
parent | 4b9a5534225b93fc7038c8d801bb6652699bb97c (diff) | |
download | SCons-9f6cfbdd5dc35a9711e5c5ab5ef3414b4a05e0ef.zip SCons-9f6cfbdd5dc35a9711e5c5ab5ef3414b4a05e0ef.tar.gz SCons-9f6cfbdd5dc35a9711e5c5ab5ef3414b4a05e0ef.tar.bz2 |
collapsed related CHANGES comments
Diffstat (limited to 'RELEASE.txt')
-rwxr-xr-x | RELEASE.txt | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/RELEASE.txt b/RELEASE.txt index 38fbbd7..195e325 100755 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -16,12 +16,9 @@ NEW FUNCTIONALITY - Added MSVC_USE_SCRIPT_ARGS variable to pass arguments to MSVC_USE_SCRIPT. - Added Configure.CheckMember() checker to check if struct/class has the specified member. -- Added SHELL_ENV_GENERATOR construction variables. This variable allows the user to Define - a function which will be called to generate or alter the execution environment which will - be used in the shell command of some Action. -- Updated SHELL_ENV_GENERATOR construction variable to SHELL_ENV_GENERATORS. This variable - is now an iterable which will contain functions which each are called and each can customize - the execution environment. +- Added SHELL_ENV_GENERATORS construction variable. This variable + is an iterable which will contain functions in which each are called and each can allow + the user a method to customize the execution environment. - Added MSVC_USE_SETTINGS variable to pass a dictionary to configure the msvc compiler system environment as an alternative to bypassing Visual Studio autodetection entirely. |