| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: project
If this property is on, then when the File | Build Project
Exe command or the File | Build Project
Distribution command is used, the project will be fully
recompiled just before creating the executable, with :runtime-system
added to *features* during the compilation. This feature is needed
only if the project source code contains #-runtime-system or
#+runtime-system reader conditionalizations to make the application
work somewhat differently in the IDE than it does as a standalone
executable. This property is off by default, since it is expected that
applications typically will not use such conditionalizations. When the
property is on, a second full recompilation is done after building the
executable, with :runtime-system no longer in *features*
, so that the project ends up once
again compiled correctly for running in the IDE. When the property is
off, a "regular" compile is still done just before creating the
executable file, to ensure that all fasl files are up-to-date. (A
regular compile compiles all source code files that have been saved
since they were last compiled.)
This project property may be set interactively on the Build tab of the Project Manager (displayed with View | Project Manager).
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |