X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=kmrcl.asd;h=6b5a0ffab0f923865b65e1124bbc6072d8663970;hp=5a551b928b87f5b7912873a150d13d3805cc8942;hb=b78dc95605e353bd0f81b626bc37ac2cb3ccd30f;hpb=fdc478e95eb5599d3061435290a52afdaf3b9ac1 diff --git a/kmrcl.asd b/kmrcl.asd index 5a551b9..6b5a0ff 100644 --- a/kmrcl.asd +++ b/kmrcl.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: kmrcl.asd,v 1.9 2002/10/14 09:40:46 kevin Exp $ +;;;; $Id: kmrcl.asd,v 1.10 2002/10/14 15:01:17 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -40,7 +40,7 @@ (:file "web-utils" :depends-on ("package")) (:file "xml-utils" :depends-on ("package")) - #+(or allegro lispworks cmu sbcl openmcl) (:file "ml-class" :depends-on ("strings" "genutils")) + #+(or allegro lispworks cmu sbcl) (:file "ml-class" :depends-on ("strings" "genutils")) #+(or allegro aserve) (:file "web-utils-aserve" :depends-on ("strings" "genutils")) ))