From 42814f2508322298327e1629877a10850e2379ec Mon Sep 17 00:00:00 2001 From: Matt Oliver Date: Tue, 21 Mar 2017 03:21:14 +1100 Subject: [PATCH] project: Update readme for VS 2017 yasm installation. --- SMP/readme.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SMP/readme.txt b/SMP/readme.txt index 40ac9d53..9547d4df 100644 --- a/SMP/readme.txt +++ b/SMP/readme.txt @@ -21,6 +21,10 @@ Currently only up to VS2010 in supported on the web page so just download that. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\BuildCustomizations and the path for Visual Studio 2015 would be: C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\BuildCustomizations + and the path for Visual Studio 2017 would be: + C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\BuildCustomizations + + The exact location can vary based on installation paths and can be found within Visual Studio in $(VCTargetsPath) macro 3) In order to use version 1.3.0 of vsyasm you will also have to fix a error in the distributed build customizations a) Open vsyasm.props