KCML_Build_MakeDynamicLibrary
Purpose
Build a dynamic library
Definition
DEFSUB 'KCML_Build_MakeDynamicLibrary(xml$, BYREF mess$) AS Numeric
Parameters
| xml | Xml segment describing the dynamic components |
| mess | Buffer to receive any error message |
Description
Build a dynamic library through kmake. The xml$ parameter contains a valid portion of xml describing a dynamic library or other build components. For a typical library the xml segment will contain an out library tag. This xml is used, along with the build.xml for the system to make the designated library. If the library is already up to date then no action is taken.
See also
Internal KCML Functions, Internally defined structures and Internally defined enumerations and constants.