In windows, CLX is no longer automatically built by default

This commit is contained in:
jgarcia 2007-06-03 13:21:19 +00:00
parent 89d9922930
commit 5350395915
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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