X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-base.system;h=fd8e4d22611564ffc5e3f3f66f14ca7b3ffab165;hb=ff1f136e9e966a5dace14a1af628cab14f898808;hp=2b7443762d7fd16ebff9fadfc1c66844ef7d3e1b;hpb=9f6b242d508ed11519a1e48f360bc59842e39112;p=clsql.git diff --git a/clsql-base.system b/clsql-base.system index 2b74437..fd8e4d2 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.10 2002/08/23 19:39:56 kevin Exp $ +;;;; $Id: clsql-base.system,v 1.12 2002/09/06 10:56:13 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -31,15 +31,12 @@ :device (pathname-device *load-truename*) :directory (pathname-directory *load-truename*))))) -(defconstant +clsql-logical-host+ - #+common-lisp-controller "cl-library" - #-common-lisp-controller "clsql" - "Logical hostname for loading system") - ;;; System definitions (defsystem :clsql-base - :source-pathname #.(format nil "~A:clsql-base;" +clsql-logical-host+) + :source-pathname #.(format nil "~A:clsql-base;" + #+common-lisp-controller "cl-library" + #-common-lisp-controller "clsql") :source-extension "cl" :components ((:file "cmucl-compat") (:file "package")