Get copy of selected ToolchainInfo
object
from registry
h = coder.make.getToolchainInfoFromRegistry(tc_name)
returns
a copy of the toolchain information object that has been registered
with the specified name. h
= coder.make.getToolchainInfoFromRegistry(tc_name
)
tc_name=coder.make.getDefaultToolchain(); h=coder.make.getToolchainInfoFromRegistry(tc_name) h = ########################################################################### # Toolchain Name: Microsoft Visual C++ 2013 v12.0 | nmake (64-bit Windows) # Supported Toolchain Version: 12.0 # Toolchain Specification Format Version: R2017a Prerelease # Toolchain Specification Revision: 1.0 ########################################################################### % try example to see the full toolchain info output in the command window