X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql.asd;h=0db72bf722fd7516e4c99f80c32969f80e9c69ba;hp=f4a609d36fee469bd94c61991d18a9b7e5f85041;hb=0ffecdfc8376ec9af3194dd1be0213ffd588a5ca;hpb=7d50938ba2db52a713498e49aa1679deae6f0b6b diff --git a/clsql.asd b/clsql.asd index f4a609d..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.13 2002/09/30 10:19:23 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,9 +42,3 @@ (:file "usql" :depends-on ("sql"))))) :depends-on (:clsql-base) ) - -#+(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*))) -