mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-04-25 02:50:24 -07:00
Remove unused file.
This commit is contained in:
parent
be358b2fac
commit
ceaa725810
1 changed files with 0 additions and 18 deletions
|
|
@ -1,18 +0,0 @@
|
|||
;;;
|
||||
;;; Configuration file for the remaining libraries of ECL
|
||||
;;;
|
||||
(load "bare.lsp")
|
||||
|
||||
;;;
|
||||
;;; * Compile and link MIT CLX extensions
|
||||
;;;
|
||||
(setq si::*keep-documentation* nil)
|
||||
(in-package "COMMON-LISP-USER")
|
||||
#+WANTS-CLX
|
||||
(progn
|
||||
(push :clx-ansi-common-lisp *features*)
|
||||
(load "clx/defsys.lsp")
|
||||
(sbt::operate-on-system clx :library)
|
||||
(compiler::build-program "eclx" :lisp-files '(#+(and (not DLOPEN) WANTS-CMP) cmp clx))
|
||||
)
|
||||
(print "HOLA")
|
||||
Loading…
Add table
Add a link
Reference in a new issue