Class: coder.BuildConfig
Package: coder
Get standard library information
[linkLibPath,linkLibExt,execLibExt,libPrefix]= bldcfg.getStdLibInfo()
[
returns
character vectors representing the:linkLibPath
,linkLibExt
,execLibExt
,libPrefix
]= bldcfg
.getStdLibInfo()
Standard MATLAB® architecture-specific library path
Platform-specific library file extension for use at link time
Platform-specific library file extension for use at run time
Standard architecture-specific library name prefix
|
|
|
Standard MATLAB architecture-specific library path specified as a character vector. The character vector can be empty. |
|
Platform-specific library file extension for use at link time,
specified as a character vector. The value is one of |
|
Platform-specific library file extension for use at run time, specified as a character vector.
The value is one of
|
|
Standard architecture-specific library name prefix, specified as a character vector. The character vector can be empty. |