X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=uffi.system;h=d16817e752a7176e056ef924e30bd6238caf2d80;hb=79cd30e5bb24c5a8d2eea188e15109e544f8638b;hp=d1401ff47f78236a162444eee9400f292c7d69ad;hpb=54de0ff398a996c976d053d5b56b46f0a44d3e23;p=uffi.git diff --git a/uffi.system b/uffi.system index d1401ff..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.7 2002/03/20 04:57:08 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") @@ -38,6 +39,7 @@ ;;; UFFI system definition +#+(or cmu allegro lispworks) (mk:defsystem :uffi :source-pathname "UFFI:src;" :source-extension "cl" @@ -49,9 +51,11 @@ (: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*)) -#+not-yet +#-(or cmu allegro lispworks) (mk:defsystem :uffi :source-pathname #.+uffi-src-dir+ :source-extension "cl"