X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=uffi.asd;h=7e475ce81f593c39d542cb4c9a74c9f89452ed9f;hb=054eef05bc69478566de63cc3bfb19ce411179c4;hp=dfb8608c3c1e4de9b988f37b24a1a6d55eb24095;hpb=130fbcd798fcc0e9513d01519e0837fe7300938b;p=uffi.git diff --git a/uffi.asd b/uffi.asd index dfb8608..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.16 2002/09/30 07:51:00 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,12 +49,7 @@ ((:file "uffi-corman"))) )) - -#+(or allegro lispworks cmu mcl) -(defmethod source-file-type ((c cl-source-file) (s (eql (find-system :uffi)))) - "cl") - -#+(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*)))