From f5d73edeae8723f7a4e2f928e0fb596851de8736 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Thu, 27 Feb 2020 17:26:29 -0500 Subject: [PATCH] Build tweaks for ARM64. --- history/5558.md | 1 + src/libs/libs.proj | 3 --- src/libs/libs_multitarget.proj | 16 ++++++++-------- wix.proj | 1 + 4 files changed, 10 insertions(+), 11 deletions(-) create mode 100644 history/5558.md diff --git a/history/5558.md b/history/5558.md new file mode 100644 index 000000000..90b8cfaeb --- /dev/null +++ b/history/5558.md @@ -0,0 +1 @@ +* BobArnson: WIXFEATURE:5558 - Implement ARM64 support in core toolset diff --git a/src/libs/libs.proj b/src/libs/libs.proj index f785e9498..2e503d833 100644 --- a/src/libs/libs.proj +++ b/src/libs/libs.proj @@ -10,9 +10,6 @@ Platform=x64 - - Platform=arm - Platform=arm64 diff --git a/src/libs/libs_multitarget.proj b/src/libs/libs_multitarget.proj index 5b95ee5ec..9396ccf5f 100644 --- a/src/libs/libs_multitarget.proj +++ b/src/libs/libs_multitarget.proj @@ -3,7 +3,7 @@ - + PlatformToolset=v100 @@ -18,7 +18,7 @@ - + PlatformToolset=v110_xp @@ -33,7 +33,7 @@ - + PlatformToolset=v120_xp @@ -48,7 +48,7 @@ - + PlatformToolset=v120 @@ -63,7 +63,7 @@ - + PlatformToolset=v140_xp @@ -78,7 +78,7 @@ - + PlatformToolset=v140 @@ -100,7 +100,7 @@ PlatformToolset=v141_xp - + PlatformToolset=v141_xp @@ -115,7 +115,7 @@ PlatformToolset=v141 - + PlatformToolset=v141 diff --git a/wix.proj b/wix.proj index fc2b99764..d796f7a87 100644 --- a/wix.proj +++ b/wix.proj @@ -20,6 +20,7 @@ +