X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-aodbc.system;h=4cb2fe638fbb70628a7aed25d2d2c352529b6a07;hb=b2ad7a7bd12dcb90db74f495b11e85bf947cbb9c;hp=985a7ca7cb4679e20c3b2ed01212071bd0f2a812;hpb=2359c743fa126e65514454a7996e025f139a8241;p=clsql.git diff --git a/clsql-aodbc.system b/clsql-aodbc.system index 985a7ca..4cb2fe6 100644 --- a/clsql-aodbc.system +++ b/clsql-aodbc.system @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql-aodbc.system,v 1.3 2002/04/01 05:27:54 kevin Exp $ +;;;; $Id: clsql-aodbc.system,v 1.6 2002/05/27 17:19:29 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -20,14 +20,11 @@ (in-package :make) (defsystem :clsql-aodbc - :source-pathname "CLSQL:interfaces;aodbc;" + :source-pathname "CL-LIBRARY:clsql;interfaces;aodbc;" :source-extension "cl" - :binary-pathname "CLSQL:interfaces;aodbc;bin;" + :binary-pathname "CL-LIBRARY:clsql;interfaces;aodbc;bin;" :components ((:file "aodbc-package") (:file "aodbc-sql" :depends-on ("aodbc-package"))) - :depends-on (:clsql) - :finally-do - (when (clsql-sys:database-type-library-loaded :aodbc) - (clsql-sys:initialize-database-type :database-type :aodbc))) + :depends-on (:clsql-base))