KCML_Build_MakeDynamicLibrary

Purpose

Build a dynamic library

Definition

DEFSUB 'KCML_Build_MakeDynamicLibrary(xml$, BYREF mess$) AS Numeric

Parameters

xmlXml segment describing the dynamic components
messBuffer 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.