X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=hyperobject.asd;h=3b649763d3dc40a8856e24b4ed0f1b117e1d53e8;hb=c207475b8343981e273151b300f9c59d928f7c28;hp=0aa4ef86c61e95ee1f31deca59725875e45d7338;hpb=2b7f11038d88180777d7c6ac9a02f26c020c2c0d;p=hyperobject.git diff --git a/hyperobject.asd b/hyperobject.asd index 0aa4ef8..3b64976 100644 --- a/hyperobject.asd +++ b/hyperobject.asd @@ -7,19 +7,20 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: hyperobject.asd,v 1.3 2002/11/08 16:51:40 kevin Exp $ +;;;; $Id: hyperobject.asd,v 1.5 2002/11/22 12:16:03 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; ************************************************************************* (in-package :asdf) -#+(or allegro lispworks cmu sbcl scl) (defsystem :hyperobject :perform (load-op :after (op hyperobject) (pushnew :hyperobject cl:*features*)) :components ((:file "package") + #+(or allegro lispworks sbcl cmucl scl) + (:file "hyperobject-mop" :depends-on ("package")) (:file "hyperobject" :depends-on ("package"))) :depends-on (:kmrcl))