X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql.asd;h=0db72bf722fd7516e4c99f80c32969f80e9c69ba;hb=3c9bffd89a3267ccfe8805f8ab7000399ba81889;hp=0c7c27d4c776bb4afdb1a06b43709c66c11ab40f;hpb=60c0b757093a0dd1d8f4123c08bce14a7bc49e07;p=clsql.git diff --git a/clsql.asd b/clsql.asd index 0c7c27d..0db72bf 100644 --- a/clsql.asd +++ b/clsql.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql.asd,v 1.12 2002/09/25 12:44:59 kevin Exp $ +;;;; $Id: clsql.asd,v 1.16 2002/11/08 16:51:50 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 :name "cl-sql" :author "Kevin M. Rosenberg " @@ -42,15 +42,3 @@ (:file "usql" :depends-on ("sql"))))) :depends-on (:clsql-base) ) - -#+(or allegro lispworks cmu openmcl mcl) -(defmethod source-file-type ((c cl-source-file) - (s (eql (find-system :clsql)))) - "cl") - - -#+(or allegro lispworks cmu openmcl mcl) -(when (ignore-errors (find-class 'load-compiled-op)) - (defmethod perform :after ((op load-compiled-op) (c (eql (find-system :clsql)))) - (pushnew :clsql cl:*features*))) -