X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=uffi.asd;h=1ca66a916cc490995ad5b36dafbd598e7c2c6f27;hb=54929de80ac68bb7ef45a28e70945c7243d39c82;hp=ab174172024a5c567c425e6b151bed791fd74cc9;hpb=6ab554f2441048c9c726104d4f3c6a6acccaf383;p=uffi.git diff --git a/uffi.asd b/uffi.asd index ab17417..1ca66a9 100644 --- a/uffi.asd +++ b/uffi.asd @@ -7,9 +7,7 @@ ;;;; Author: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id$ -;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* @@ -20,7 +18,7 @@ (defsystem uffi :name "uffi" :author "Kevin Rosenberg " - :version "1.2.x" + :version "1.7.2" :maintainer "Kevin M. Rosenberg " :licence "Lessor Lisp General Public License" :description "Universal Foreign Function Library for Common Lisp" @@ -30,7 +28,8 @@ ((:module :src :components ((:file "package") - (:file "primitives" :depends-on ("package")) + (:file "i18n" :depends-on ("package")) + (:file "primitives" :depends-on ("i18n")) #+(or openmcl digitool) (:file "readmacros-mcl" :depends-on ("package")) (:file "objects" :depends-on ("primitives")) (:file "aggregates" :depends-on ("primitives"))