DEFRECORD KCML_BUILD_GETLIBRARIES_REC

For KCML_Build_GetLibraries() which returns an array of these structures describing the available libraries in Build.xml
FLD namePack formatPurpose
BGL_Name$CHAR(64)Name of library
BGL_PreloadBOOLApplication should preload library at startup
BGL_RequiredBOOLApplication cannot ignore a failure to load this library at startup
BGL_OptionalBOOLOptional library that is not built unless kmake requested to do so

More info