X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql.system;h=fcbffea331fcd84bd3cb90e32f839b0d76a02b9d;hb=7d5dfa054eb972fbf4d86cc9c8cbc124d605fcf1;hp=f4825151510e6614e069de9d8c3151afbc1c53a9;hpb=3687a687d03faa3849306b1b230546bb4d6e0ccb;p=clsql.git diff --git a/clsql.system b/clsql.system index f482515..fcbffea 100644 --- a/clsql.system +++ b/clsql.system @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql.system,v 1.16 2002/07/05 17:05:45 kevin Exp $ +;;;; $Id: clsql.system,v 1.17 2002/07/26 05:19:00 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -17,20 +17,19 @@ ;;;; ************************************************************************* (declaim (optimize (debug 3) (speed 3) (safety 1) (compilation-speed 0))) -(in-package :cl-user) +(in-package :make) ;; For use with non-Debian installations (let ((helper-pathname (make-pathname :name "set-cl-library" :type "cl" :defaults *load-truename*))) (when (probe-file helper-pathname) - (load helper-pathname))) + (load helper-pathname))) ;;; System definitions -(mk:defsystem :clsql +(defsystem :clsql :source-pathname "cl-library:clsql;sql;" :source-extension "cl" - :binary-pathname "cl-library:clsql;sql;bin;" :components ((:file "package") (:file "pool" :depends-on ("package")) (:file "loop-extension")