A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.lispworks.com/documentation/lw71/DV/html/delivery-201.htm below:

13.4 Command line applications

13.4 Command line applications All Manuals

>

LispWorks Delivery User Guide

>

13 Example: Delivering CAPI Othello 13.4 Command line applications

If you need to deliver a non-GUI application for Mac OS X, change the delivery script to remove the code (conditionalized in the examples under #+cocoa) that constructs the Application Bundle.

On all platforms, delivering a non-GUI application will not need the :interface :capi keyword argument.

Your delivery script to build a command line application will look something like this:

(in-package "CL-USER")
(load-all-patches)
(load "non-gui-code")
(deliver 'dont-start-the-gui
         "non-gui-app"
         5
         :comsole t)

LispWorks Delivery User Guide - 10 Aug 2017


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4