Generic FunctionPackage: common-graphicsToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Significantly revised from 6.1

build-flags

Arguments: project

Returns a list of keyword symbols indicating whether each of several boolean properties of the specified project is enabled. The valid keywords for the list are:

The three symbols included in the initial value of the list are indicated.

The setf of this function may be called to establish the set of build-flags for a project programmatically, but these values are usually viewed and set interactively on the Build tab and the Advanced tab of the Project Manager dialog instead.

Here is a table that shows the Project Manager tab and widget label of the widget that corresponds to each build-flags keyword:

build-flags keyword

Tab

Widget label in the Project Manager

:allow-debug Build Allow debug of build error
:suppress-systray-icon Build Display Allegro icon in system tray
:presto-mode Advanced Use Allegro Presto (deprecated)
:purify Advanced Use the purify option
:runtime-bundle Advanced Include Runtime Bundle
:us-government-use Advanced Application is for US Government use

Generally, if the check-box widget in the dialog is checked, then the associated keyword will be present in the build-flags list. The exception is :suppress-systray-icon, which is in the build-flags list when the Display Allegro Icon in System Tray check-box is not checked.

See the documentation for the Build tab and the Advanced tab of the Project Manager dialog for information on the meaning of these flags. See also the projects chapter in the IDE User Guide.


Copyright (c) 1998-2002, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.2. This page has had significant revisions compared to the 6.1 page.
Created 2002.2.26.

ToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Significantly revised from 6.1