NextPrevUpTopContentsIndex

4.4.5 More about building dynamic libraries

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 .


LispWorks Delivery User Guide - 14 Mar 2008

NextPrevUpTopContentsIndex