X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql.system;h=aa634762040ab4d9505bd917909a4309fbd53006;hb=27635f61adae5a49f9986762acf13daa0437826b;hp=059f20ff858396752576f63797ab1dcb607e18fc;hpb=03b7dcc2983e9e0cd2a510a449f3f4567ca9e0d5;p=clsql.git diff --git a/clsql.system b/clsql.system index 059f20f..aa63476 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.13 2002/05/15 17:10:28 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -27,18 +27,12 @@ ;;; 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 :source-pathname "CL-LIBRARY:clsql;sql;" :source-extension "cl" :binary-pathname "CL-LIBRARY:clsql;sql;bin;" :components ((:file "pool") + (:file "loop-extension") (:file "sql" :depends-on ("pool")) (:file "transactions" :depends-on ("sql")) (:file "utils")