From: Kevin M. Rosenberg Date: Thu, 28 Mar 2002 20:14:53 +0000 (+0000) Subject: r1692: *** empty log message *** X-Git-Tag: v1.6.1~538 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=a3678b55783a7320b30238ff830f8c8b84768e61;p=uffi.git r1692: *** empty log message *** --- 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