X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=uffi.system;h=9a0618977cc8e81fc2b35140cdf289b73357db88;hb=8d16d732a80b76c913f4b62b9fe043af39e5bce2;hp=f0c4beb9643a324f802af051972806cfcdd19186;hpb=7fcec7e8319f5b11c8f501b6a869142cd26a8bdd;p=uffi.git diff --git a/uffi.system b/uffi.system index f0c4beb..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.8 2002/03/21 10:52:17 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 ;;;; @@ -50,7 +50,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