X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-oracle.asd;h=56707a04432df208eff9ba19ca18432e24a50b22;hp=6cd61e11f5a201e2752702600f6a6429e0eee6cc;hb=7d50938ba2db52a713498e49aa1679deae6f0b6b;hpb=94a7bd5cfc5413a85312a6363664ae262241c309 diff --git a/clsql-oracle.asd b/clsql-oracle.asd index 6cd61e1..56707a0 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.10 2002/09/30 10:19:23 kevin Exp $ (in-package :asdf) ;;; System definition +#+(or allegro lispworks cmu openmcl mcl) (defsystem :clsql-oracle :name "cl-sql-oracle" :author "Kevin M. Rosenberg " @@ -27,10 +28,3 @@ (:file "oracle-sql" :depends-on ("oracle" "alien-resources")) (:file "oracle-objects" :depends-on ("oracle-sql"))))) :depends-on (:clsql-base)) - -(defmethod source-file-type ((c cl-source-file) - (s (eql (find-system :clsql-oracle)))) - "cl") - - -