Version: 4.0.2
4 Making Collections
| |||||||||||||||||||||
collection-name : any/c | |||||||||||||||||||||
collection-files : (listof path-string?) | |||||||||||||||||||||
Builds bytecode files for each file in collection-files, writing each to a "compiled" subdirectory and automatically managing dependencies. Supply '#("zo") as argv to compile all files. The collection-name argument is used only for printing status information.
Compilation is performed as with mzc --make (see mzc: PLT Compilation and Packaging).
4.1 Signature
make:collection^ : signature |
Provides make-collection.
4.2 Unit
Imports make^, dynext:file^, and compiler^, and exports make:collection^.