Main Content

coder.ExternalDependency.updateBuildInfo

Class: coder.ExternalDependency
Namespace: coder

Update build information

Syntax

coder.ExternalDependency.updateBuildInfo(buildInfo,bldcfg)

Description

coder.ExternalDependency.updateBuildInfo(buildInfo,bldcfg) updates the build information, buildInfo with the build context, bldcfg. After code generation, the build information object has standard information. Use this method to provide additional information required to link to external code.

You must implement this method in a subclass of coder.ExternalDependency.

Input Arguments

expand all

Build information, specified as a handle.

Build context during code generation, specified as a coder.BuildConfig object. Use coder.BuildConfig methods to get information about the build context.

Limitations

  • The build information method AddIncludeFiles has no effect in a coder.ExternalDependency.updateBuildInfo method.

More About

expand all

Version History

Introduced in R2013b