From: Kevin M. Rosenberg Date: Mon, 14 Oct 2002 09:40:46 +0000 (+0000) Subject: r3017: *** empty log message *** X-Git-Tag: v1.96~326 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=fdc478e95eb5599d3061435290a52afdaf3b9ac1;p=kmrcl.git r3017: *** empty log message *** --- diff --git a/debian/changelog b/debian/changelog index 5703dd9..50108d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-kmrcl (1.8-1) unstable; urgency=low + + * ml-class.lisp: Add support for openmcl + + -- Kevin M. Rosenberg Mon, 14 Oct 2002 03:35:34 -0600 + cl-kmrcl (1.7-1) unstable; urgency=low * Push :kmrcl onto features diff --git a/kmrcl.asd b/kmrcl.asd index 246ef0e..5a551b9 100644 --- a/kmrcl.asd +++ b/kmrcl.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: kmrcl.asd,v 1.8 2002/10/14 07:07:30 kevin Exp $ +;;;; $Id: kmrcl.asd,v 1.9 2002/10/14 09:40:46 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -40,8 +40,7 @@ (:file "web-utils" :depends-on ("package")) (:file "xml-utils" :depends-on ("package")) - #+(or allegro lispworks cmu sbcl) (:file "ml-class" :depends-on ("strings" "genutils")) - #+ignore (:file "ml" :depends-on ("strings" "genutils")) + #+(or allegro lispworks cmu sbcl openmcl) (:file "ml-class" :depends-on ("strings" "genutils")) #+(or allegro aserve) (:file "web-utils-aserve" :depends-on ("strings" "genutils")) ))