From b01d8db282f7971ade728e47a943585eae42f419 Mon Sep 17 00:00:00 2001 From: Yong He Date: Wed, 28 Sep 2022 20:03:18 -0700 Subject: Fix build script for macos aarch64. (#2420) * Fix build script for macos aarch64. * fix1 * Fix2. * update vs files Co-authored-by: Yong He --- .../cpu-com-example/cpu-com-example.vcxproj | 40 ++++++++++++---------- 1 file changed, 22 insertions(+), 18 deletions(-) (limited to 'build/visual-studio/cpu-com-example') diff --git a/build/visual-studio/cpu-com-example/cpu-com-example.vcxproj b/build/visual-studio/cpu-com-example/cpu-com-example.vcxproj index d5f326bfe..b6a709154 100644 --- a/build/visual-studio/cpu-com-example/cpu-com-example.vcxproj +++ b/build/visual-studio/cpu-com-example/cpu-com-example.vcxproj @@ -9,9 +9,9 @@ Debug x64 - + Debug - ARM + ARM64 Debug aarch64 @@ -21,9 +21,9 @@ Debug aarch64 x64 - + Debug aarch64 - ARM + ARM64 Release @@ -33,9 +33,9 @@ Release x64 - + Release - ARM + ARM64 Release aarch64 @@ -45,9 +45,9 @@ Release aarch64 x64 - + Release aarch64 - ARM + ARM64 @@ -69,12 +69,12 @@ Unicode v142 - + Application true Unicode v142 - true + true Application @@ -88,12 +88,12 @@ Unicode v142 - + Application false Unicode v142 - true + true @@ -104,7 +104,7 @@ - + @@ -113,7 +113,7 @@ - + @@ -131,7 +131,7 @@ cpu-com-example .exe - + true ..\..\..\bin\windows-aarch64\debug\ ..\..\..\intermediate\windows-aarch64\debug\cpu-com-example\ @@ -152,7 +152,7 @@ cpu-com-example .exe - + false ..\..\..\bin\windows-aarch64\release\ ..\..\..\intermediate\windows-aarch64\release\cpu-com-example\ @@ -189,7 +189,7 @@ true - + NotUsing Level3 @@ -198,10 +198,12 @@ ProgramDatabase Disabled MultiThreadedDebug + -arch arm64 %(AdditionalOptions) Console true + -arch arm64 %(AdditionalOptions) @@ -242,7 +244,7 @@ true - + NotUsing Level3 @@ -254,11 +256,13 @@ false true MultiThreaded + -arch arm64 %(AdditionalOptions) Console true true + -arch arm64 %(AdditionalOptions) -- cgit v1.2.3