X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-base.asd;h=72e02b8409936b7289eed3d0e1b0f9d11e12dcdf;hp=bf75d30dab8006cc99f08846a0a9a91421010e30;hb=5d0dbfd9dd1e08745109a18cce6a04750ffb7477;hpb=d9b90caa2f0450deffff461b70294bc741faae7f diff --git a/clsql-base.asd b/clsql-base.asd index bf75d30..72e02b8 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.13 2002/09/20 06:37:39 kevin Exp $ +;;;; $Id: clsql-base.asd,v 1.18 2002/11/08 16:51:50 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -18,6 +18,7 @@ (in-package :asdf) +#+(or allegro lispworks cmu sbcl openmcl mcl scl) (defsystem :clsql-base :name "cl-sql-base" :author "Kevin M. Rosenberg " @@ -40,10 +41,3 @@ (:file "db-interface" :depends-on ("conditions")) (:file "initialize" :depends-on ("db-interface")))))) -(defmethod source-file-type ((c cl-source-file) - (s (eql (find-system :clsql-base)))) - "cl") - -(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*)))