From 27850a67cc4c5344d5a8d0d9efb59a1496e7d4dc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 8 May 2017 12:22:36 +0200 Subject: Drop 15rc* and add 15u0 --- INSTALL | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index b8f0232..7656d2a 100644 --- a/INSTALL +++ b/INSTALL @@ -18,7 +18,7 @@ form: Where: is one of 'cl' 'link' 'lib' 'mt' 'rc' - is the Visual Studio version, for example, 11, 12, 14u2, 15rc1 + is the Visual Studio version, for example, 11, 12, 14u3, 15rc1 is the compiler target, for example, 32 (x86), 64 (x86_64). There are also the "configuration" scripts, msvc-NN/msvc--, @@ -263,8 +263,6 @@ The following overrides are necessary because of some unimplemented functions: Copy and Setup Visual Studio 15 ------------------------------- -Note: based on 15RC1. - Note: 15 uses the same CRT runtime DLL version (140) as 14. If using together, then it makes sense to use versions from 15 which are claimed to be backwards compatible. The same probably applies to the SDK tools. @@ -290,7 +288,7 @@ $ etc/lowercase-headers \ Installing via the redistributable DLLs still does not work as of Wine 1.9.8. Instead, we have to manually copy a bunch of DLLs from: -.wine/.../VC/Redist/MSVC/14.10.24629/{x86 x64}/Microsoft.VC150.CRT/ +.wine/.../VC/Redist/MSVC/14.10.NNNNN/{x86 x64}/Microsoft.VC150.CRT/ And: -- cgit v1.1