r3471: *** empty log message ***
[hyperobject.git] / hyperobject.asd
index 8057acd2188f8d2183ba60e097d17d472d7a614f..7e33ad1db91cd4fcaff17e2efb90b6cb4a9bdcc7 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: hyperobject.asd,v 1.6 2002/11/22 15:43:22 kevin Exp $
+;;;; $Id: hyperobject.asd,v 1.7 2002/11/25 02:10:38 kevin Exp $
 ;;;;
 ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg
 ;;;; *************************************************************************
                      (pushnew :hyperobject cl:*features*))
     :components 
     ((:file "package")
-     #+(or allegro lispworks sbcl cmucl scl)
+     #+(or allegro lispworks sbcl cmu scl)
      (:file "hyperobject" :depends-on ("package"))
-     (:file "hyperobject-no-mop" :depends-on ("package")))
-    :depends-on (:kmrcl))
+     (:file "base-class" :depends-on ("hyperobject"))
+     (:file "hyperobject-no-mop" :depends-on ("package"))
+     )
+     :depends-on (:kmrcl))