mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-01 07:10:34 -08:00
In windows, CLX is no longer automatically built by default
This commit is contained in:
parent
89d9922930
commit
5350395915
2 changed files with 3 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ ECL_ASDF =
|
|||
# TCP support
|
||||
ECL_SOCKETS =
|
||||
# X Windows support
|
||||
ECL_CLX =
|
||||
# ECL_CLX = 1
|
||||
# Regression Tests support
|
||||
ECL_RT =
|
||||
# Defsystem support
|
||||
|
|
|
|||
|
|
@ -272,6 +272,8 @@ ECL 1.0:
|
|||
|
||||
- C:BUILDER searches the ASDF module list for libraries. (Thanks to F.R. Rideau)
|
||||
|
||||
- In Windows, CLX is no longer built by default: use "nmake ECL_CLX=1".
|
||||
|
||||
* Contributed code:
|
||||
|
||||
- New examples: cmdline/ls.lsp, ffi/uffi.lsp, ffi/cffi.lsp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue