mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-04 16:30:48 -08:00
Patch by J. Stecklina
This commit is contained in:
parent
db91941bf8
commit
fcefabf519
1 changed files with 5 additions and 3 deletions
|
|
@ -185,9 +185,11 @@ libraries, standalone executable programs, or larger FASL files.
|
|||
@node Building standalone executables, Building libraries, Compiling files, Building programs
|
||||
@section Building standalone executables
|
||||
|
||||
To build an executable you need a working @ecl{} image with the compiler. The
|
||||
function to build customized images is @var{c::build-program}. The description of
|
||||
this function is as follows.
|
||||
To build an executable you need a working @ecl{} image with the
|
||||
compiler. The function to build customized images is
|
||||
@var{c::build-program}. The description of this function is as
|
||||
follows. Care should be taken that @var{image-name} differs from any
|
||||
filename in @var{lisp-files}.
|
||||
|
||||
@defun {c:build-program} @{@var{image-name} @keys{} @var{lisp-files} @var{ld-flags} @var{prologue-code} @var{epilogue-code}@}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue