Update of /project/mcclim/cvsroot/mcclim In directory clnet:/tmp/cvs-serv6192
Modified Files: mcclim.asd Log Message: Change build order to work around CMUCL method definition bug.
* instead of system clim, system clim-looks now depends on clim-postscript
--- /project/mcclim/cvsroot/mcclim/mcclim.asd 2006/03/20 08:15:26 1.11 +++ /project/mcclim/cvsroot/mcclim/mcclim.asd 2006/03/20 11:01:54 1.12 @@ -189,7 +189,7 @@ (:file "standard-metrics" :depends-on ("font" "package"))))))
(defsystem :clim - :depends-on (:clim-core :goatee-core :clim-postscript) + :depends-on (:clim-core :goatee-core) :components ((:file "text-formatting") (:file "input-editing") @@ -288,7 +288,7 @@ ;;; A system that loads the appropriate backend for the current ;;; platform. (defsystem :clim-looks - :depends-on (:clim + :depends-on (:clim :clim-postscript ;; If we're on an implementation that ships CLX, use ;; it. Same if the user has loaded CLX already. #+(or sbcl scl openmcl ecl clx allegro) :clim-clx