Next Prev Up Top Contents Index

deliver function file level &rest keywords

Function

The following three arguments are required:

function

The name of the function that starts the application.

file

A string or pathname naming the file in which the delivered application should be saved.

The file extension .exe or .dll is appended to applications delivered on Windows.

level

An integer representing the delivery level of the delivery.

This is a measure of how much work Delivery does to reduce the size of the image. It must be an integer in the range 0 to 5. Level 5 is the most severe, while the least work on image reduction is done at level 0.

In addition, a variety of keywords can be passed to deliver in order to control aspects of delivery explicitly. These keywords are documented in Keywords to the Delivery Function.


LispWorks Delivery User Guide - 11 Dec 2001

Next Prev Up Top Contents Index