DEFRECORD KCML_BUILD_GETLIBRARIES_REC
For KCML_Build_GetLibraries() which returns an array of these structures describing the available libraries in Build.xml| FLD name | Pack format | Purpose |
|---|---|---|
| BGL_Name$ | CHAR(64) | Name of library |
| BGL_Preload | BOOL | Application should preload library at startup |
| BGL_Required | BOOL | Application cannot ignore a failure to load this library at startup |
| BGL_Optional | BOOL | Optional library that is not built unless kmake requested to do so |