X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=uffi.asd;h=c31fafb882cf34d40ccb12e1d18d6edf51a4ee57;hb=caf4972e7f7d2562fe4a9977cf20d38bbf0e320f;hp=1076b827897557e0e86de44f6ec1d6e8d156f8dc;hpb=7200c59d939a9607aa520c1f9332c174ba7e12bd;p=uffi.git diff --git a/uffi.asd b/uffi.asd index 1076b82..c31fafb 100644 --- a/uffi.asd +++ b/uffi.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: uffi.asd,v 1.19 2002/10/14 03:07:41 kevin Exp $ +;;;; $Id: uffi.asd,v 1.20 2002/10/16 11:56:43 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 cormanlisp sbcl) +#+(or allegro lispworks cmu mcl cormanlisp sbcl scl) (defsystem uffi :name "cl-uffi" :author "Kevin M. Rosenberg " @@ -50,7 +50,7 @@ ((:file "uffi-corman"))) )) -#+(or allegro lispworks cmu mcl cormanlisp sbcl) +#+(or allegro lispworks cmu mcl cormanlisp sbcl scl) (when (ignore-errors (find-class 'load-compiled-op)) (defmethod perform :after ((op load-compiled-op) (c (eql (find-system :uffi)))) (pushnew :uffi cl:*features*)))