summaryrefslogtreecommitdiff
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-08-07 15:15:47 -0700
committerWilliam Deegan <bill@baddogconsulting.com>2017-08-07 15:15:47 -0700
commitd49e4ae08c5c32bd8466f176f5c19d34ad858700 (patch)
tree3e06e4cf41242a6650a43ba2a192721185ed25dc /src/CHANGES.txt
parentcc3008d6d1cf13c9149ab9ea729f70e8ac16f43b (diff)
parent989999e0513394161acfa1af64d6fcbaca6b34d3 (diff)
downloadscons-d49e4ae08c5c32bd8466f176f5c19d34ad858700.tar.gz
merge from upstream
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 430c9bf3..ab6797af 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -63,6 +63,13 @@ may cause rebuilds. In no case should rebuilds not happen.
From Rick Lupton:
- Update LaTeX scanner to understand \import and related commands
+ From Steve Robinson:
+ - Add support for Visual Studio 2017. This support requires vswhere.exe a helper
+ tool installed with newer installs of 2017. SCons expects it to be located at
+ "C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe"
+ It can be downloaded separately at
+ https://github.com/Microsoft/vswhere
+
From Paweł Tomulik:
- Fixed the issue with LDMODULEVERSIONFLAGS reported by Tim Jennes
(https://pairlist4.pair.net/pipermail/scons-users/2016-May/004893.html).