X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=uffi.asd;h=7e475ce81f593c39d542cb4c9a74c9f89452ed9f;hb=054eef05bc69478566de63cc3bfb19ce411179c4;hp=76737d32bd9dd535b470652b18195e265890434a;hpb=a95b9a217335917d96b8c0cced4f49c3e4846115;p=uffi.git diff --git a/uffi.asd b/uffi.asd index 76737d3..7e475ce 100644 --- a/uffi.asd +++ b/uffi.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: uffi.asd,v 1.17 2002/09/30 10:02:36 kevin Exp $ +;;;; $Id: uffi.asd,v 1.18 2002/10/01 17:05:29 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -19,7 +19,7 @@ (declaim (optimize (debug 3) (speed 3) (safety 1) (compilation-speed 0))) (in-package :asdf) -#+(or allegro lispworks cmu mcl) +#+(or allegro lispworks cmu mcl cormanlisp) (defsystem uffi :name "cl-uffi" :author "Kevin M. Rosenberg " @@ -49,7 +49,7 @@ ((:file "uffi-corman"))) )) -#+(or allegro lispworks cmu mcl) +#+(or allegro lispworks cmu mcl cormanlisp) (when (ignore-errors (find-class 'load-compiled-op)) (defmethod perform :after ((op load-compiled-op) (c (eql (find-system :uffi)))) (pushnew :uffi cl:*features*)))