Recitalcomp
From Recital Documentation Wiki
The recitalcomp command is used to compile .prg Recital script files and produce .dbo object files.
The recitalcomp command takes the following arguments.
Contents
--help
Using the --help or -h argument will display a list of valid arguments.
recitalcomp --help
-f filename
This argument is used to specify the name of the file to compile.
recitalcomp -f myapp.prg
-d directory
This argument is used to specify the name of a directory: all .prg files in the directory will be compiled.
recitalcomp -d /data/source
-r
This argument is used in conjunction with the -d option to recursively process subdirectories.
recitalcomp -d /data/source -r