coder.ExternalDependency.updateBuildInfo

Class: coder.ExternalDependency
Package: coder

Update build information

Syntax

coder.ExternalDependency.updateBuildInfo(buildInfo, bldcfg)

Description

coder.ExternalDependency.updateBuildInfo(buildInfo, bldcfg) updates the build information object whose handle is buildInfo. After code generation, the build information object has standard information. Use this method to provide additional information required to link to external code. Use coder.BuildConfig methods to get information about the build context.

You must provide this method in the class definition for a class that derives from coder.ExternalDependency.

Input Arguments

buildInfo

Handle of build information object.

bldcfg

coder.BuildConfig object. Use coder.BuildConfig methods to get information about the build context.

Definitions

build context

Information used by the build process including:

  • Target language

  • Code generation target

  • Target hardware

  • Build toolchain

Was this topic helpful?