X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-odbc.asd;h=30c04cf1ece10b08bca4f9f8ecbf078a9cb0772e;hp=6da2c6ef816d72c0c00f642463c48f4c8f10476b;hb=56a0b7f90d30e321ca7e95f15dab3c43bd551e3f;hpb=44152655aacc033b0a544aca9f91700177d22a03 diff --git a/clsql-odbc.asd b/clsql-odbc.asd index 6da2c6e..30c04cf 100644 --- a/clsql-odbc.asd +++ b/clsql-odbc.asd @@ -7,8 +7,6 @@ ;;;; Author: Kevin M. Rosenberg ;;;; Created: April 2004 ;;;; -;;;; $Id: clsql-odbc.asd 8850 2004-04-07 16:07:46Z kevin $ -;;;; ;;;; This file, part of CLSQL, is Copyright (c) 200d42 by Kevin M. Rosenberg ;;;; ;;;; CLSQL users are granted the rights to distribute and use this software @@ -19,7 +17,6 @@ (defpackage #:clsql-odbc-system (:use #:asdf #:cl)) (in-package #:clsql-odbc-system) -#+(or allegro lispworks cmu sbcl openmcl mcl scl) (defsystem clsql-odbc :name "clsql-odbc" :author "Kevin M. Rosenberg " @@ -28,14 +25,14 @@ :description "Common Lisp SQL ODBC Driver" :long-description "cl-sql-odbc package provides a database driver to the ODBC database system." - :depends-on (uffi clsql-base clsql-uffi) + :depends-on (clsql clsql-uffi) :components ((:module :db-odbc :components ((:file "odbc-package") (:file "odbc-loader" :depends-on ("odbc-package")) (:file "odbc-constants" :depends-on ("odbc-loader")) - (:file "odbc-ff-interface" :depends-on ("odbc-loader")) + (:file "odbc-ff-interface" :depends-on ("odbc-constants")) (:file "odbc-api" :depends-on ("odbc-ff-interface" "odbc-constants")) (:file "odbc-dbi" :depends-on ("odbc-api")) (:file "odbc-sql" :depends-on ("odbc-dbi"))))))