[mcclim-cvs] CVS mcclim

afuchs afuchs at common-lisp.net
Sun Oct 29 08:31:06 UTC 2006


Update of /project/mcclim/cvsroot/mcclim
In directory clnet:/tmp/cvs-serv19674

Modified Files:
	mcclim.asd 
Log Message:
Get rid of the silly code deletion note in mcclim.asd (finally!)


--- /project/mcclim/cvsroot/mcclim/mcclim.asd	2006/10/29 08:29:46	1.25
+++ /project/mcclim/cvsroot/mcclim/mcclim.asd	2006/10/29 08:31:06	1.26
@@ -100,14 +100,15 @@
                  (:module "Lisp-Dep"
                           :depends-on ("decls")
                           :components
-                          ((:file #.(or
-                                     #+(and :cmu :mp (not :pthread))  "mp-cmu"
-                                     #+scl                     "mp-scl"
-                                     #+sb-thread               "mp-sbcl"
-                                     #+excl                    "mp-acl"
-                                     #+openmcl                 "mp-openmcl"
-                                     #+lispworks               "mp-lw"
-                                     #| fall back |#           "mp-nil"))))
+                          ((:file #.(first
+                                     (list
+                                      #+(and :cmu :mp (not :pthread))  "mp-cmu"
+                                      #+scl                     "mp-scl"
+                                      #+sb-thread               "mp-sbcl"
+                                      #+excl                    "mp-acl"
+                                      #+openmcl                 "mp-openmcl"
+                                      #+lispworks               "mp-lw"
+                                      #| fall back |#           "mp-nil")))))
                  (:file "utils" :depends-on ("decls" "Lisp-Dep"))
                  (:file "design" :depends-on ("decls" "protocol-classes" "Lisp-Dep" "utils"))
                  (:file "X11-colors" :depends-on ("decls" "protocol-classes" "Lisp-Dep" "design"))




More information about the Mcclim-cvs mailing list