| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: &key files-to-search
This function returns a list of Common Graphics modules that must be included in a standalone application that is generated either for the current project or for an arbitrary set of source code files. It determines the required modules based on the home packages of the exported Common Graphics symbols that are found in the application files.
If files-to-search is nil
, find-required-modules searches all
of the source code files of the current project.
If files-to-search is non-nil
, then it should be a list of files to search.
That list of files is then searched instead of the current project's
files. This can be useful to find the required Common Graphics modules
of an application that does not use the IDE's project system.
The Find Required CG Modules button on the Include Tab of the
Project
Manager dialog calls this function with
files-to-search being nil
.
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 |