neonene <[email protected]> added the comment:
Defenition in general_advanced.xml
<EnumProperty Name="PreferredToolArchitecture"
DisplayName="Preferred Build Tool Architecture"
Description="Determines which build tools will be used to
compile programs (32-bit or 64-bit)."
Category="General"
...
<EnumValue Name="" DisplayName="Default" />
<EnumValue Name="x86" DisplayName="32-bit (x86)" />
<EnumValue Name="x64" DisplayName="64-bit (x64)" />
</EnumProperty>
--------------------
These options above are corresponded to the following folders in my case:
Microsoft Visual Studio\.....\VC\Tools\MSVC\<version-no>\bin\Hostx86
Microsoft Visual Studio\.....\VC\Tools\MSVC\<version-no>\bin\Hostx64
And Each has the 4 children below that contain cl.exe/link.exe/etc...:
arm
arm64
x64
x86
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue46427>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com