summaryrefslogtreecommitdiff
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-08-07 15:12:39 -0700
committerWilliam Deegan <bill@baddogconsulting.com>2017-08-07 15:12:39 -0700
commit989999e0513394161acfa1af64d6fcbaca6b34d3 (patch)
tree918b4c4b26d3325d0635ca0f52db64d37a627cb1 /src/CHANGES.txt
parentb179ffbbb74377eb48bfc2459c9914a4e83383c8 (diff)
downloadscons-989999e0513394161acfa1af64d6fcbaca6b34d3.tar.gz
update with changes.txt info from PR 489
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 a5bfa312..b8c985e6 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).