Update of /project/clim-desktop/cvsroot/clim-desktop In directory common-lisp:/tmp/cvs-serv3470
Modified Files: EDITME.lisp Log Message: More intelligent McClim finding, courtesy of vja on #lisp
--- /project/clim-desktop/cvsroot/clim-desktop/EDITME.lisp 2006/01/12 00:21:15 1.2 +++ /project/clim-desktop/cvsroot/clim-desktop/EDITME.lisp 2006/01/23 10:58:16 1.3 @@ -2,8 +2,7 @@
;;; EDIT ME (defparameter *mcclim-directory* - (merge-pathnames - ".sbcl/site/mcclim/" (user-homedir-pathname))) + (asdf:component-pathname (asdf:find-system "mcclim")))
;;; LOAD THE CLIM DEBUGGER (load (merge-pathnames "Apps/Debugger/clim-debugger.lisp" *mcclim-directory*))