[slime-cvs] CVS update: slime/swank-loader.lisp
Helmut Eller
heller at common-lisp.net
Wed Jun 9 20:08:39 UTC 2004
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv16479
Modified Files:
swank-loader.lisp
Log Message:
Add ABCL support.
Date: Wed Jun 9 13:08:39 2004
Author: heller
Index: slime/swank-loader.lisp
diff -u slime/swank-loader.lisp:1.23 slime/swank-loader.lisp:1.24
--- slime/swank-loader.lisp:1.23 Wed Apr 28 15:21:10 2004
+++ slime/swank-loader.lisp Wed Jun 9 13:08:39 2004
@@ -37,6 +37,7 @@
#+lispworks '("swank-lispworks" "swank-gray")
#+allegro '("swank-allegro" "swank-gray")
#+clisp '("xref" "metering" "swank-clisp" "swank-gray")
+ #+armedbear '("swank-abcl" "swank-gray")
)))
(defparameter *lisp-name*
@@ -47,6 +48,7 @@
#+allegro "allegro"
#+clisp (format nil "clisp-~A" (let ((s (lisp-implementation-version)))
(subseq s 0 (position #\space s))))
+ #+armedbear "abcl"
)
(defparameter *swank-pathname* (make-swank-pathname "swank"))
@@ -92,6 +94,7 @@
#-mswindows (make-pathname :name ".swank" :type "lisp")
#+mswindows (make-pathname :name "_swank" :type "lsp"))))
+
(compile-files-if-needed-serially
(append (list (make-swank-pathname "swank-backend"))
*sysdep-pathnames*
More information about the slime-cvs
mailing list