X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql.asd;h=36c688cab3f037b22adfbffac8448760fe799d94;hb=fa071351835a2c754895cb917db9c63303e7b5c1;hp=67e9b7f8dcd24a92ab43d9de18bfc08506f5f289;hpb=0140f390dc26d640b2289c212da82e5b3f51106f;p=clsql.git diff --git a/clsql.asd b/clsql.asd index 67e9b7f..36c688c 100644 --- a/clsql.asd +++ b/clsql.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql.asd,v 1.14 2002/10/14 04:09:02 kevin Exp $ +;;;; $Id: clsql.asd,v 1.15 2002/10/16 11:51:04 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -18,7 +18,7 @@ (in-package :asdf) -#+(or allegro lispworks cmu sbcl openmcl mcl) +#+(or allegro lispworks cmu sbcl openmcl mcl scl) (defsystem :clsql :name "cl-sql" :author "Kevin M. Rosenberg " @@ -43,7 +43,7 @@ :depends-on (:clsql-base) ) -#+(or allegro lispworks cmu sbcl openmcl mcl) +#+(or allegro lispworks cmu sbcl openmcl mcl scl) (when (ignore-errors (find-class 'load-compiled-op)) (defmethod perform :after ((op load-compiled-op) (c (eql (find-system :clsql)))) (pushnew :clsql cl:*features*)))