Main Content
setBuilderApplication
Class: coder.make.ToolchainInfo
Namespace: coder.make
Update builder application to work on specific platform
Syntax
h.setBuilderApplication(platform)
Description
updates options in the h
.setBuilderApplication(platform
)coder.make.BuildTool
object in
coder.make.ToolchainInfo.BuilderApplication
to work on a
specific platform.
Input Arguments
Examples
The intel_tc.m
file from Add Custom Toolchains to MATLAB® Coder™ Build Process, uses the following lines to update the BuilderApplication
property:
% ------------------------------ % Builder % ------------------------------ tc.setBuilderApplication(tc.Platform);
Tips
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
isgmake makefile
.
Version History
Introduced in R2013a