aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-09-11 14:05:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-09-11 14:05:06 +0200
commitc0057bb1dcdae980c1f9dc1c892cc1281fedde64 (patch)
tree9ae16e8f6ebdf04220d6475b9fc368c95f32765d /INSTALL
parent07e12d4fa3ace19bdac48a04c6910bdc608070b1 (diff)
Add support for 15u3
Toolchain directory is 14.11.25503, compiler version is 19.11.25507.1.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 3 insertions, 1 deletions
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
----