r5184: *** empty log message ***
[hyperobject.git] / hyperobject.asd
index ff1932628c4833ac1e2a18132b63efb344fc19f2..7f00defe165f125b00ad0d735824ff8653e55970 100644 (file)
@@ -7,13 +7,13 @@
 ;;;; Author:        Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: hyperobject.asd,v 1.24 2003/05/22 20:40:03 kevin Exp $
+;;;; $Id: hyperobject.asd,v 1.25 2003/06/24 08:32:32 kevin Exp $
 ;;;; *************************************************************************
 
 (defpackage hyperobject-system (:use #:asdf #:cl))
 (in-package :hyperobject-system)
 
-#+(or allegro lispworks sbcl cmu scl)
+#+(or allegro lispworks sbcl cmu scl openmcl)
 (defsystem hyperobject 
   :name "hyperobject"
   :author "Kevin M. Rosenberg <kevin@rosenberg.net>"
@@ -33,7 +33,7 @@
    )
   :depends-on (:kmrcl :clsql))
 
-#+(or allegro lispworks sbcl cmu scl)
+#+(or allegro lispworks sbcl cmu scl openmcl)
 (defmethod perform ((o test-op) (c (eql (find-system :hyperobject))))
   (oos 'load-op 'hyperobject-tests)
   (oos 'test-op 'hyperobject-tests))