X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-base.asd;h=5ca88a081ed5bfa1c5670197077f6bae4548a4d2;hp=9ac0fde7b8a46e156f1b131a7793318b87b78cfc;hb=33dcd7b49025344bd4c9827d1cd2b6e6857a0c03;hpb=60c0b757093a0dd1d8f4123c08bce14a7bc49e07 diff --git a/clsql-base.asd b/clsql-base.asd index 9ac0fde..5ca88a0 100644 --- a/clsql-base.asd +++ b/clsql-base.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql-base.asd,v 1.14 2002/09/25 12:44:59 kevin Exp $ +;;;; $Id: clsql-base.asd,v 1.17 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 openmcl mcl) +#+(or allegro lispworks cmu sbcl openmcl mcl scl) (defsystem :clsql-base :name "cl-sql-base" :author "Kevin M. Rosenberg " @@ -41,12 +41,7 @@ (:file "db-interface" :depends-on ("conditions")) (:file "initialize" :depends-on ("db-interface")))))) -#+(or allegro lispworks cmu openmcl mcl) -(defmethod source-file-type ((c cl-source-file) - (s (eql (find-system :clsql-base)))) - "cl") - -#+(or allegro lispworks cmu 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-base)))) (pushnew :clsql-base cl:*features*)))