X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-base.asd;fp=clsql-base.asd;h=84d3a66935e76b09160d5574f779e2837bb26cbb;hp=e304a0f96ee5ea819d1a52a5e609f4214a4e0e49;hb=ff1f136e9e966a5dace14a1af628cab14f898808;hpb=4e3928e3c78a9953a1de5c5d89241625b38671ff diff --git a/clsql-base.asd b/clsql-base.asd index e304a0f..84d3a66 100644 --- a/clsql-base.asd +++ b/clsql-base.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql-base.asd,v 1.7 2002/09/06 10:31:51 kevin Exp $ +;;;; $Id: clsql-base.asd,v 1.8 2002/09/06 10:56:13 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -31,16 +31,13 @@ :device (pathname-device *load-truename*) :directory (pathname-directory *load-truename*))))) -(eval-when (:compile-toplevel :load-toplevel :execute) - (defconstant +clsql-logical-host+ - #+common-lisp-controller "cl-library" - #-common-lisp-controller "clsql" - "Logical hostname for loading system")) ;;; System definitions (defsystem clsql-base - :pathname #.(format nil "~A:clsql-base;" +clsql-logical-host+) + :pathname #.(format nil "~A:clsql-base;" + #+common-lisp-controller "cl-library" + #-common-lisp-controller "clsql") :perform (load-op :after (op clsql-base) (pushnew :clsql-base cl:*features*)) :components ((:file "cmucl-compat")