diff options
author | William Deegan <bill@baddogconsulting.com> | 2017-08-07 22:12:39 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2017-08-07 22:12:39 (GMT) |
commit | fbe80d5c70f497ed6aa4ae662cc1ace55d2cb8c1 (patch) | |
tree | 918b4c4b26d3325d0635ca0f52db64d37a627cb1 /src | |
parent | bfebb4821ecd56a7fa99c9afe415d75bc1fa691f (diff) | |
download | SCons-fbe80d5c70f497ed6aa4ae662cc1ace55d2cb8c1.zip SCons-fbe80d5c70f497ed6aa4ae662cc1ace55d2cb8c1.tar.gz SCons-fbe80d5c70f497ed6aa4ae662cc1ace55d2cb8c1.tar.bz2 |
update with changes.txt info from PR 489
Diffstat (limited to 'src')
-rw-r--r-- | src/CHANGES.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index a5bfa31..b8c985e 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). |