X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=uffi.system;h=d16817e752a7176e056ef924e30bd6238caf2d80;hb=79cd30e5bb24c5a8d2eea188e15109e544f8638b;hp=f0c4beb9643a324f802af051972806cfcdd19186;hpb=7fcec7e8319f5b11c8f501b6a869142cd26a8bdd;p=uffi.git diff --git a/uffi.system b/uffi.system index f0c4beb..d16817e 100644 --- a/uffi.system +++ b/uffi.system @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: uffi.system,v 1.8 2002/03/21 10:52:17 kevin Exp $ +;;;; $Id: uffi.system,v 1.10 2002/04/03 00:31:32 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -30,6 +30,7 @@ #+lispworks "lispworks" #+cmu "cmucl" #+mcl "mcl" + #+clisp "clisp" #+corman "corman") "Logical pathname for source") @@ -50,7 +51,9 @@ (:file "objects" :depends-on ("primitives")) (:file "aggregates" :depends-on ("primitives")) (:file "functions" :depends-on ("primitives")) - (:file "libraries" :depends-on ("package")))) + (:file "libraries" :depends-on ("package"))) + :finally-do + (pushnew :uffi cl:*features*)) #-(or cmu allegro lispworks) (mk:defsystem :uffi