X-Git-Url: http://git.kpe.io/?p=hyperobject.git;a=blobdiff_plain;f=hyperobject.asd;h=7f00defe165f125b00ad0d735824ff8653e55970;hp=ff1932628c4833ac1e2a18132b63efb344fc19f2;hb=dc9f3ec2fc1537d7b3aa0a0444ae50af93a68541;hpb=927d5f069190f0911510fac96298dde23e265840 diff --git a/hyperobject.asd b/hyperobject.asd index ff19326..7f00def 100644 --- a/hyperobject.asd +++ b/hyperobject.asd @@ -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 " @@ -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))