All Manuals > LispWorks Delivery User Guide > 4 Delivering your Application > 4.4 Delivering a dynamic library

NextPrevUpTopContentsIndex

4.4.6 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 and Reference Manual .


LispWorks Delivery User Guide - 13 Dec 2011

NextPrevUpTopContentsIndex