Class: coder.make.ToolchainInfo
Package: coder.make
Update builder application to work on specific platform
h.setBuilderApplication(platform)
updates
options in the h
.setBuilderApplication(platform
)coder.make.BuildTool
object in coder.make.ToolchainInfo.BuilderApplication
to
work on a specific platform.
The intel_tc.m
file from Adding a Custom Toolchain, uses the following lines to update the BuilderApplication
property:
% ------------------------------ % Builder % ------------------------------ tc.setBuilderApplication(tc.Platform);
You must use this method you if you plan to use the custom
toolchain on a computer running Windows® and the value of coder.make.ToolchainInfo.BuildArtifact
is
gmake makefile
.