X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=kmrcl.asd;h=8fafc8aee70875f029aeec051425a69a772acd5b;hb=c61966ea4ea1f60f5d093c6112543fabed399b97;hp=b866b39929c914e7a83e8e4eaf9c1a28256bb9bf;hpb=4a5b626f01db51b02f969adb33ddad6aa9ee303a;p=kmrcl.git diff --git a/kmrcl.asd b/kmrcl.asd index b866b39..8fafc8a 100644 --- a/kmrcl.asd +++ b/kmrcl.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: kmrcl.asd,v 1.30 2003/06/06 21:59:29 kevin Exp $ +;;;; $Id: kmrcl.asd,v 1.33 2003/06/18 01:00:52 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -38,17 +38,18 @@ (:file "seqs" :depends-on ("macros")) (:file "io" :depends-on ("macros")) (:file "console" :depends-on ("macros")) - (:file "strings" :depends-on ("macros")) + (:file "strings" :depends-on ("macros" "seqs")) (:file "buff-input" :depends-on ("macros")) (:file "telnet-server" :depends-on ("macros")) (:file "random" :depends-on ("macros")) (:file "symbols" :depends-on ("macros")) (:file "datetime" :depends-on ("macros")) (:file "math" :depends-on ("macros")) + (:file "assoc" :depends-on ("macros")) #+kmr-mop (:file "mop" :depends-on ("macros")) #+kmr-mop (:file "attrib-class" :depends-on ("seqs" "mop")) (:file "equal" :depends-on ("macros" #+kmr-mop "mop")) - (:file "web-utils" :depends-on ("macros")) + (:file "web-utils" :depends-on ("macros" "strings")) (:file "xml-utils" :depends-on ("macros"))) )