X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=uffi.asd;h=a3735710466c30ef469b2a66e011a0af8eaf9a03;hb=7910f79a2608499f93dc4f3d50e04c355d511890;hp=58d028981bb8bf34f11675146d69df28d62a186c;hpb=687abce42637479af041f074ebd887c6269f45b9;p=uffi.git diff --git a/uffi.asd b/uffi.asd index 58d0289..a373571 100644 --- a/uffi.asd +++ b/uffi.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: uffi.asd,v 1.14 2002/09/20 05:38:01 kevin Exp $ +;;;; $Id: uffi.asd,v 1.15 2002/09/25 12:44:59 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -19,6 +19,7 @@ (declaim (optimize (debug 3) (speed 3) (safety 1) (compilation-speed 0))) (in-package :asdf) +#+(or allegro lispworks cmu openmcl mcl) (defsystem uffi :name "cl-uffi" :author "Kevin M. Rosenberg " @@ -60,9 +61,11 @@ )) -(defmethod source-file-type ((c cl-source-file) (s (eql (find-system :uffi)))) +#+(or allegro lispworks cmu openmcl mcl) +(defmethod source-file-type ((c cl-source-file) (s (eql (find-system :uffi)))) "cl") +#+(or allegro lispworks cmu openmcl mcl) (when (ignore-errors (find-class 'load-compiled-op)) (defmethod perform :after ((op load-compiled-op) (c (eql (find-system :uffi)))) (pushnew :uffi cl:*features*)))