dump-runlisp-image.c: Delete traces of decoy `-d' (`--cleanup') option.
[runlisp] / runlisp.conf
CommitLineData
7b8ff279
MW
1;;; -*-conf-windows-*-
2
7b8ff279 3;;;--------------------------------------------------------------------------
8996f767 4;;; Top-level configuration.
7b8ff279 5
8996f767
MW
6;; Lisp implementations for which custom images should be dumped by
7;; `dump-runlisp-image -a'. Defaults to all installed Lisp implementations.
8; dump = sbcl, cmucl, ccl, clisp
7b8ff279 9
8996f767
MW
10;; Lisp implementations to use by preference. Defaults to the order read
11;; from the configuration file. Overridden by `$RUNLISP_PREFER' in
12;; environment.
13; prefer = sbcl, ccl, clisp, ecl, cmucl, sbcl
7b8ff279 14
8996f767
MW
15;; Directory to look for or dump custom images. Defaults to hardcoded
16;; directory; overridden by `$RUNLISP_IMAGEDIR' in environment.
17; image-dir = /path/to/things
7b8ff279 18
8996f767
MW
19;; Directory to look for additional scripts. Defaults to hardcoded
20;; directory; overridden by `$RUNLISP_DATADIR' in environment.
21; data-dir = /path/to/things
7b8ff279 22
8996f767
MW
23;; Script to support eval-mode operation. Defaults to
24;; `${data-dir}/eval.lisp'; opverridden by `$RUNLISP_EVAL' in environment.
25; eval-script = /path/to/script
7b8ff279
MW
26
27;;;--------------------------------------------------------------------------