X-Git-Url: http://git.kpe.io/?p=hyperobject.git;a=blobdiff_plain;f=hyperobject.asd;h=711cb74a9cfc2cdb199f67d8669d9b9d96e44087;hp=ff1932628c4833ac1e2a18132b63efb344fc19f2;hb=4cd076b20dcd4d686fb684bdc82b86a9b30acfe0;hpb=0bb5498ce669d7f3c6d619bea10056b24db30b0a diff --git a/hyperobject.asd b/hyperobject.asd index ff19326..711cb74 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$ ;;;; ************************************************************************* (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))