summaryrefslogtreecommitdiff
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorAdam Gross <grossag@vmware.com>2019-07-19 17:47:05 -0400
committerAdam Gross <grossag@vmware.com>2019-07-19 17:47:05 -0400
commitb7f00d77d207b3ff6d6fac2103d8aebe2a29aafe (patch)
tree07820e0103c17b5c58080491d0e2b54353bd2c2f /src/CHANGES.txt
parent116364e65a86d3ca9b596bc1d589832595a57443 (diff)
downloadscons-git-b7f00d77d207b3ff6d6fac2103d8aebe2a29aafe.tar.gz
[ci skip] Improve description of change in CHANGES.txt
Diffstat (limited to 'src/CHANGES.txt')
-rwxr-xr-xsrc/CHANGES.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 2b3e6275d..ce7e43abb 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