mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
dump executable: documented the hidden OUTPUT option. this is weird, though.
This commit is contained in:
parent
7f66184177
commit
5042e73f20
|
|
@ -30,13 +30,17 @@ specific function, leaving some flexibility.
|
|||
|
||||
: Force output when the output already exists.
|
||||
|
||||
## executable
|
||||
## executable NAME [-o OUTPUT]
|
||||
|
||||
In contrast, when a script is dumped with `executable`, the dumped image
|
||||
When a script is dumped with `executable`, the dumped image
|
||||
becomes an self-contained executable binary which implies `--restart main`.
|
||||
The output file is deduced from `NAME` and is written in the current directory.
|
||||
|
||||
This feature is SBCL and CCL only.
|
||||
If `OUTPUT` is given, the resulting binary is written to this file.
|
||||
Otherwise, the output filename is deduced from `NAME` and is written in the current directory.
|
||||
On windows and if SCRIPT has `.ros` extension, the result will be `SCRIPT.exe`.
|
||||
On other systems, the result will be `SCRIPT` (without extension).
|
||||
|
||||
This feature is supported on SBCL, CCL, CMUCL, CLISP, ECL.
|
||||
|
||||
# Description
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue