All Manuals > LispWorks User Guide and Reference Manual > 34 The LISPWORKS Package

NextPrevUpTopContentsIndex

deliver

Function
Summary

The main interface to the Delivery tools.

Package

lispworks

Signature

deliver function file level &rest keywords

Description

The function deliver is the main interface to the LispWorks delivery tools. You use it to create LispWorks executable applications and dynamic libraries.

For more information about Delivery including a detailed description of deliver , see the LispWorks Delivery User Guide .

For information about invoking deliver using the IDE, see "The Application Builder" in the LispWorks IDE User Guide .

Notes

deliver checks that load-all-patches has been called. If it is called before load-all-patches in a session then an error is signalled.

See also

save-image


LispWorks User Guide and Reference Manual - 21 Dec 2011

NextPrevUpTopContentsIndex