On Macintosh/Linux/FreeBSD/Unix you can supply files to be included in the library via the
deliver
keyword argument :dll-added-files. This is useful if you need to write wrappers around calls into the library.
You can specify whether your LispWorks dynamic library initializes itself automatically on loading with the
deliver
keyword argument :automatic-init. For more information see "Initialization of the dynamic library" in the
LispWorks User Guide and Reference Manual
.