Class: coder.ExternalDependency
Package: coder
Update build information
coder.ExternalDependency.updateBuildInfo(buildInfo, bldcfg)
coder.ExternalDependency.updateBuildInfo(
updates
the build information object whose handle is buildInfo
, bldcfg
)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 implement this method in a subclass of coder.ExternalDependency
. For an example, see coder.ExternalDependency
.
|
Handle of build information object. |
|
|
The build information method AddIncludeFiles
has
no effect
in a coder.ExternalDependency
updateBuildInfo
method.
coder.BuildConfig
| coder.ceval
| coder.ExternalDependency
| coder.updateBuildInfo