[climacs-cvs] CVS update: climacs/climacs.asd
Robert Strandh
rstrandh at common-lisp.net
Fri Mar 11 10:23:34 UTC 2005
Update of /project/climacs/cvsroot/climacs
In directory common-lisp.net:/tmp/cvs-serv16440
Modified Files:
climacs.asd
Log Message:
Patch from Andreas Fuchs that makes Climacs no longer depend on
a specific McCLIM backend.
Date: Fri Mar 11 11:23:33 2005
Author: rstrandh
Index: climacs/climacs.asd
diff -u climacs/climacs.asd:1.22 climacs/climacs.asd:1.23
--- climacs/climacs.asd:1.22 Mon Mar 7 07:51:02 2005
+++ climacs/climacs.asd Fri Mar 11 11:23:33 2005
@@ -42,7 +42,7 @@
:defaults *climacs-directory*))
collect `(:file ,(pathname-name p) :pathname ,p))))))
-(climacs-defsystem (:climacs :depends-on (:clim-clx :flexichain))
+(climacs-defsystem (:climacs :depends-on (:mcclim :flexichain))
"Persistent/binseq-package"
"Persistent/binseq"
"Persistent/obinseq"
More information about the Climacs-cvs
mailing list