X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-aodbc.system;h=4f6068560ed6d378de8466f7182f753d9b486ac5;hb=78f4d625c64599b6d0be36eee5c2e2a24bd47cdf;hp=c6397d97fdf881ff391741afe991cdc98d0820fd;hpb=4f48d771ad17d7e753382fe8f551e7a9ca9e7b53;p=clsql.git diff --git a/clsql-aodbc.system b/clsql-aodbc.system index c6397d9..4f60685 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.4 2002/05/13 22:05:20 kevin Exp $ +;;;; $Id: clsql-aodbc.system,v 1.8 2002/07/26 05:19:00 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -20,11 +20,10 @@ (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;" :components ((:file "aodbc-package") (:file "aodbc-sql" :depends-on ("aodbc-package"))) - :depends-on (:clsql)) + :depends-on (:clsql-base))