X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-aodbc.system;h=82eb76539c4d5348cf1c5aa0904e3336901cee7c;hp=afce921c86fc78b68f7a2538895e46ec61db5b24;hb=6b94f9667781589b9989602981d81413509319a5;hpb=f7f74c4b2a0097ae3cff1af4d0f9bc46860fadfb diff --git a/clsql-aodbc.system b/clsql-aodbc.system index afce921..82eb765 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.7 2002/07/05 17:05:45 kevin Exp $ +;;;; $Id: clsql-aodbc.system,v 1.9 2002/08/01 03:06:26 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -20,9 +20,8 @@ (in-package :make) (defsystem :clsql-aodbc - :source-pathname "cl-library:clsql;interfaces;aodbc;" + :source-pathname "cl-library:clsql-aodbc;" :source-extension "cl" - :binary-pathname "cl-library:clsql;interfaces;aodbc;bin;" :components ((:file "aodbc-package") (:file "aodbc-sql" :depends-on ("aodbc-package"))) :depends-on (:clsql-base))