X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql.asd;h=36c688cab3f037b22adfbffac8448760fe799d94;hp=06607abda4e2a6112bba8cb3bf40bcdd1e1689b2;hb=33dcd7b49025344bd4c9827d1cd2b6e6857a0c03;hpb=d9b90caa2f0450deffff461b70294bc741faae7f diff --git a/clsql.asd b/clsql.asd index 06607ab..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.11 2002/09/20 06:37:39 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,6 +18,7 @@ (in-package :asdf) +#+(or allegro lispworks cmu sbcl openmcl mcl scl) (defsystem :clsql :name "cl-sql" :author "Kevin M. Rosenberg " @@ -42,11 +43,7 @@ :depends-on (:clsql-base) ) -(defmethod source-file-type ((c cl-source-file) - (s (eql (find-system :clsql)))) - "cl") - - +#+(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*)))