From 577fadfc100ff8fa569a34b89f5ad055ad726646 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 4 Apr 2019 20:32:24 +0200 Subject: patch 8.1.1119: no support for Windows on ARM64. Problem: No support for Windows on ARM64. Solution: Add ARM64 support (Leendert van Doorn) --- src/INSTALLpc.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/INSTALLpc.txt') diff --git a/src/INSTALLpc.txt b/src/INSTALLpc.txt index 634f4ad71b..4b2bd3df7c 100644 --- a/src/INSTALLpc.txt +++ b/src/INSTALLpc.txt @@ -174,6 +174,15 @@ The following Visual C++ team blog can serve as a reference page: http://blogs.msdn.com/b/vcblog/archive/2012/10/08/windows-xp-targeting-with-c-in-visual-studio-2012.aspx +Cross compile support for Windows on ARM64 +------------------------------------------ + +This depends on VS2017 with the optional ARM64 compiler and SDK +installed. Use "vcvarsall.bat x64_arm64" as the build environment. + +The ARM64 support was provided by Leendert van Doorn. + + OLDER VERSIONS The minimal supported version is Windows XP. Building with older compilers -- cgit v1.2.3