diff options
author | Adam Gross <grossag@vmware.com> | 2019-07-19 21:47:05 (GMT) |
---|---|---|
committer | Adam Gross <grossag@vmware.com> | 2019-07-19 21:47:05 (GMT) |
commit | b7f00d77d207b3ff6d6fac2103d8aebe2a29aafe (patch) | |
tree | 07820e0103c17b5c58080491d0e2b54353bd2c2f /src | |
parent | 116364e65a86d3ca9b596bc1d589832595a57443 (diff) | |
download | SCons-b7f00d77d207b3ff6d6fac2103d8aebe2a29aafe.zip SCons-b7f00d77d207b3ff6d6fac2103d8aebe2a29aafe.tar.gz SCons-b7f00d77d207b3ff6d6fac2103d8aebe2a29aafe.tar.bz2 |
[ci skip] Improve description of change in CHANGES.txt
Diffstat (limited to 'src')
-rwxr-xr-x | src/CHANGES.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 2b3e627..ce7e43a 100755 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -53,8 +53,11 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER Where repo_node is the repository (or other) node to use to check if the node is out of date instead of dependency. From Adam Gross: - - Upgrade and improve Visual Studio solution/project generation code - + - Upgraded and improved Visual Studio solution/project generation code using the MSVSProject builder. + - Added support for Visual Studio 2017 and 2019. + - Added support for the following per-variant parameters to the builder: + - cpppaths: Provides per-variant include paths. + - cppdefines: Provides per-variant preprocessor definitions. From Michael Hartmann: - Fix handling of Visual Studio Compilers to properly reject any unknown HOST_PLATFORM or TARGET_PLATFORM |