From 286384aa1b69ab011814adce8b814eaf8b5e1f98 Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Fri, 3 Jul 2020 17:02:04 -0600 Subject: [PR #3730] change wording on TARGET_ARCH [skip appveyor] Some targets unavailable on some MSVC versions. Don't try to say anything about that except "check MS docs". Signed-off-by: Mats Wichmann --- SCons/Tool/msvc.xml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/SCons/Tool/msvc.xml b/SCons/Tool/msvc.xml index fd83f61..2dec9c5 100644 --- a/SCons/Tool/msvc.xml +++ b/SCons/Tool/msvc.xml @@ -449,18 +449,23 @@ latest version for use. -Valid values for Windows are +On Windows, valid target values are x86, arm, i386 -(for 32 bit); +for 32-bit targets and amd64, arm64, -emt64, +em64t, x86_64 -(for 64 bit); -and ia64 (Itanium) (deprecated). +and ia64 (Itanium) +for 64-bit targets. +Note that not all target architectures are +supported for all Visual Studio / MSVC versions +check the relevant Microsoft documentation. + + For example, if you want to compile 64-bit binaries, you would set TARGET_ARCH='x86_64' in your SCons environment. -- cgit v0.12