X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=uffi.asd;h=33adcb0922acab6c29e9b798a34add65cbf006f5;hb=0fd4491dbbe35c43abecd56549d8efd59760c73d;hp=8d7d3f88f44b6bc8f2e20460b0988867e9ff4194;hpb=b02eb3e0b313d3d9ae8cca38015b8c0a0d228456;p=uffi.git diff --git a/uffi.asd b/uffi.asd index 8d7d3f8..33adcb0 100644 --- a/uffi.asd +++ b/uffi.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: uffi.asd,v 1.21 2002/11/08 16:51:50 kevin Exp $ +;;;; $Id: uffi.asd,v 1.23 2003/04/03 17:02:36 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -22,7 +22,7 @@ #+(or allegro lispworks cmu mcl cormanlisp sbcl scl) (defsystem uffi :name "cl-uffi" - :author "Kevin M. Rosenberg " + :author "Kevin M. Rosenberg " :version "1.0.0" :maintainer "Kevin M. Rosenberg " :licence "Lessor Lisp General Public License" @@ -44,9 +44,5 @@ (:file "functions" :depends-on ("primitives")) (:file "libraries" :depends-on ("package")) (:file "os" :depends-on ("package")))) - #+cormanlisp - (:module :src-corman - :components - ((:file "uffi-corman"))) ))