X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-aodbc.system;fp=clsql-aodbc.system;h=d80acf766f1184a814ba22de67548973fed7b31b;hb=04a4f10a13773101f275c31f300b28c08be652c0;hp=c6397d97fdf881ff391741afe991cdc98d0820fd;hpb=12061f45454ea5fc2cef4213ccecd99d88fd1b46;p=clsql.git diff --git a/clsql-aodbc.system b/clsql-aodbc.system index c6397d9..d80acf7 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.5 2002/05/18 17:37:48 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -20,9 +20,9 @@ (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))