From c0057bb1dcdae980c1f9dc1c892cc1281fedde64 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 11 Sep 2017 14:05:06 +0200 Subject: Add support for 15u3 Toolchain directory is 14.11.25503, compiler version is 19.11.25507.1. --- INSTALL | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 7656d2a..cdb894d 100644 --- a/INSTALL +++ b/INSTALL @@ -237,7 +237,6 @@ To: And add Wine overrides (run winecfg, select the "Libraries" tab, then enter the DLL name and press "Add"). ------------- To discover the list of DLLs, run cl-14 to compile and link an executable and then run the executable itself (see Test below): any DLL that causes an error @@ -322,6 +321,9 @@ The following overrides are necessary because of some unimplemented functions: api-ms-win-crt-time-l1-1-0.dll api-ms-win-core-rtlsupport-l1-1-0.dll +Note also that if you plan to run tests built against the debug runtime, then +also copy ucrtbased.dll, vcruntime140d.dll, and msvcp140d.dll from Windows +Kits/10/bin/.../ucrt/ and VC/Redist/.../debug_noredist/. Test ---- -- cgit v1.1