X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql.system;h=2101f3cde6cc842a372c552f31e7844187d92d3f;hb=6b94f9667781589b9989602981d81413509319a5;hp=9efc2ad8a038b8a3d22a92c4847af72aac370fcf;hpb=9f3761f57371f7d347e25d635735dcbf536e652c;p=clsql.git diff --git a/clsql.system b/clsql.system index 9efc2ad..2101f3c 100644 --- a/clsql.system +++ b/clsql.system @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql.system,v 1.15 2002/05/27 17:19:30 kevin Exp $ +;;;; $Id: clsql.system,v 1.18 2002/08/01 03:06:26 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 - :source-pathname "CL-LIBRARY:clsql;sql;" +(defsystem :clsql + :source-pathname "cl-library:clsql;" :source-extension "cl" - :binary-pathname "CL-LIBRARY:clsql;sql;bin;" :components ((:file "package") (:file "pool" :depends-on ("package")) (:file "loop-extension")