From: Kevin M. Rosenberg Date: Mon, 13 May 2002 05:24:57 +0000 (+0000) Subject: r2018: *** empty log message *** X-Git-Tag: v3.8.6~1092 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=5adecc7e801e491f5e6bddf0b48a15700dff1b94 r2018: *** empty log message *** --- diff --git a/clsql-base.system b/clsql-base.system index aaa4b51..7f82393 100644 --- a/clsql-base.system +++ b/clsql-base.system @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql-base.system,v 1.1 2002/05/13 02:08:11 kevin Exp $ +;;;; $Id: clsql-base.system,v 1.2 2002/05/13 05:24:57 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -27,13 +27,6 @@ ;;; System definitions -(mk:defsystem :cmucl-compat - :source-pathname "CL-LIBRARY:clsql;cmucl-compat;" - :source-extension "cl" - :binary-pathname "CL-LIBRARY:clsql;cmucl-compat;bin;" - :components ((:file "cmucl-compat") - (:file "loop-extension"))) - (mk:defsystem :clsql-base :source-pathname "CL-LIBRARY:clsql;sql;" :source-extension "cl" @@ -42,7 +35,6 @@ (:file "classes" :depends-on ("package")) (:file "conditions" :depends-on ("classes")) (:file "db-interface" :depends-on ("conditions"))) - :depends-on (:cmucl-compat) :finally-do (pushnew :clsql cl:*features*) ) diff --git a/clsql.system b/clsql.system index 059f20f..9b3fa34 100644 --- a/clsql.system +++ b/clsql.system @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql.system,v 1.11 2002/05/13 02:06:02 kevin Exp $ +;;;; $Id: clsql.system,v 1.12 2002/05/13 05:24:57 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -44,7 +44,7 @@ (:file "utils") (:file "functional" :depends-on ("sql")) (:file "usql" :depends-on ("sql"))) - :depends-on (:clsql-base) + :depends-on (:clsql-base :cmucl-compat) :finally-do (pushnew :clsql cl:*features*) )