Remove unused file.

This commit is contained in:
jjgarcia 2003-11-06 13:48:24 +00:00
parent be358b2fac
commit ceaa725810

View file

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