update with changes.txt info from PR 489
authorWilliam Deegan <bill@baddogconsulting.com>
Mon, 7 Aug 2017 22:12:39 +0000 (15:12 -0700)
committerWilliam Deegan <bill@baddogconsulting.com>
Mon, 7 Aug 2017 22:12:39 +0000 (15:12 -0700)
src/CHANGES.txt

index a5bfa312e057c2ead4fbc6e9da2c948f536b33aa..b8c985e68fe3c439597d938b773886f98208fb08 100644 (file)
@@ -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).