X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=uffi.system;h=df0cd1e4f31cbc568d99d6d3110ec02912063155;hb=cf200a7b2505f2acdab97157b72f7bb406bea481;hp=38c7fd14a78978b8ab44d94ee91deaf8754177bc;hpb=e59d8c7edc1d6b3d3e1f8351c8d9a58bff19030a;p=uffi.git diff --git a/uffi.system b/uffi.system index 38c7fd1..df0cd1e 100644 --- a/uffi.system +++ b/uffi.system @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: uffi.system,v 1.17 2002/08/23 19:21:54 kevin Exp $ +;;;; $Id: uffi.system,v 1.19 2002/08/23 19:46:16 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -31,15 +31,15 @@ :device (pathname-device *load-truename*) :directory (pathname-directory *load-truename*))))) -(defconstant +clsql-logical-host+ +(defconstant +uffi-logical-host+ #+common-lisp-controller "cl-library" - #-common-lisp-controller "clsql" + #-common-lisp-controller "uffi" "Logical hostname for loading system") (make:defsystem :uffi :source-pathname - #-mcl #.(format nil "~A:uffi;" cl-user:+clsql-logical-host+) - #+mcl #.(format nil "~A:uffi;mcl;" cl-user:+clsql-logical-host+) + #-mcl #.(format nil "~A:uffi;" +uffi-logical-host+) + #+mcl #.(format nil "~A:uffi;mcl;" +uffi-logical-host+) :source-extension "cl" :components ((:file "package")