X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=uffi.system;h=9a0618977cc8e81fc2b35140cdf289b73357db88;hb=8d16d732a80b76c913f4b62b9fe043af39e5bce2;hp=d1401ff47f78236a162444eee9400f292c7d69ad;hpb=54de0ff398a996c976d053d5b56b46f0a44d3e23;p=uffi.git diff --git a/uffi.system b/uffi.system index d1401ff..9a06189 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.9 2002/03/28 20:11:59 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -38,6 +38,7 @@ ;;; UFFI system definition +#+(or cmu allegro lispworks) (mk:defsystem :uffi :source-pathname "UFFI:src;" :source-extension "cl" @@ -49,9 +50,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"