[clim-desktop-cvs] CVS clim-desktop

thenriksen thenriksen at common-lisp.net
Sat Mar 18 00:09:19 UTC 2006


Update of /project/clim-desktop/cvsroot/clim-desktop
In directory clnet:/tmp/cvs-serv31764

Modified Files:
	misc.lisp clim-desktop.asd clhs-lookup.lisp EDITME.lisp 
Log Message:
EDITME.lisp is now the only file that has to be edited when installing CLIM-desktop.


--- /project/clim-desktop/cvsroot/clim-desktop/misc.lisp	2006/01/06 03:15:45	1.1.1.1
+++ /project/clim-desktop/cvsroot/clim-desktop/misc.lisp	2006/03/18 00:09:18	1.2
@@ -1,3 +1,3 @@
 ;;; What now?
 (in-package :climacs-gui)
-(defvar *hyperspec-base-url* "file:///home/pimaniac/lisp/common/Hyperspec/")
+
--- /project/clim-desktop/cvsroot/clim-desktop/clim-desktop.asd	2006/01/06 03:15:45	1.1.1.1
+++ /project/clim-desktop/cvsroot/clim-desktop/clim-desktop.asd	2006/03/18 00:09:18	1.2
@@ -21,12 +21,13 @@
   :author "Dwight Holman"
   :licence ""
   :components ((:file "package")
+               (:file "EDITME")
 	       (:file "abbrev")
 	       (:file "clhs-lookup" :depends-on ("abbrev"))
 	       (:file "misc")
 	       (:file "beirc")
 	       (:file "climacs")
-	       (:file "debugger")
+	       (:file "debugger" :depends-on ("EDITME"))
 	       (:file "listener")
 	       (:file "clim-launcher")
 	       (:file "swine")
--- /project/clim-desktop/cvsroot/clim-desktop/clhs-lookup.lisp	2006/01/06 03:15:46	1.1.1.1
+++ /project/clim-desktop/cvsroot/clim-desktop/clhs-lookup.lisp	2006/03/18 00:09:18	1.2
@@ -37,15 +37,11 @@
 (defparameter *hyperspec-map-file*
   (merge-pathnames "Map_Sym.txt" (or #.*compile-file-truename* *default-pathname-defaults*)))
 
-(defparameter *hyperspec-root* "http://www.lispworks.com/reference/HyperSpec/")
-
 ;;; AMOP.
 (defparameter *mop-map-file*
   (merge-pathnames "Mop_Sym.txt"
                    (or #.*compile-file-truename* *default-pathname-defaults*)))
 
-(defparameter *mop-root* "http://www.alu.org/mop/")
-
 (defvar *symbol-table* (make-hash-table :test 'equalp))
 
 (defvar *abbrev-table* (make-hash-table :test 'equalp))
--- /project/clim-desktop/cvsroot/clim-desktop/EDITME.lisp	2006/01/23 10:58:16	1.3
+++ /project/clim-desktop/cvsroot/clim-desktop/EDITME.lisp	2006/03/18 00:09:18	1.4
@@ -1,8 +1,13 @@
 (in-package :common-lisp-user)
 
-;;; EDIT ME
+;;; EDIT THESE
 (defparameter *mcclim-directory*
-    (asdf:component-pathname (asdf:find-system "mcclim")))
+  (asdf:component-pathname (asdf:find-system "mcclim")))
+
+(defparameter *hyperspec-root*
+  "http://www.lispworks.com/reference/HyperSpec/")
+
+(defparameter *mop-root* "http://www.alu.org/mop/")
 
 ;;; LOAD THE CLIM DEBUGGER
 (load (merge-pathnames "Apps/Debugger/clim-debugger.lisp" *mcclim-directory*))




More information about the Clim-desktop-cvs mailing list