X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-oracle.asd;h=e8b9f98ee9875d9633cb265ef0aaeab5ccd742b5;hb=3e60c3fff31aec37fd8ad580049374b26a7df3f5;hp=6cd61e11f5a201e2752702600f6a6429e0eee6cc;hpb=94a7bd5cfc5413a85312a6363664ae262241c309;p=clsql.git diff --git a/clsql-oracle.asd b/clsql-oracle.asd index 6cd61e1..e8b9f98 100644 --- a/clsql-oracle.asd +++ b/clsql-oracle.asd @@ -1,12 +1,13 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;;;; This is copyrighted software. See interfaces/oracle/* files for terms. ;;;; -;;;; $Id: clsql-oracle.asd,v 1.8 2002/09/20 01:40:54 kevin Exp $ +;;;; $Id: clsql-oracle.asd,v 1.9 2002/09/25 12:44:59 kevin Exp $ (in-package :asdf) ;;; System definition +#+(or allegro lispworks cmu openmcl mcl) (defsystem :clsql-oracle :name "cl-sql-oracle" :author "Kevin M. Rosenberg " @@ -28,6 +29,7 @@ (:file "oracle-objects" :depends-on ("oracle-sql"))))) :depends-on (:clsql-base)) +#+(or allegro lispworks cmu openmcl mcl) (defmethod source-file-type ((c cl-source-file) (s (eql (find-system :clsql-oracle)))) "cl")