[cells-gtk-cvs] CVS update: root/cells-gtk/cells-gtk.asd
Peter Denno
pdenno at common-lisp.net
Sun May 29 21:03:43 UTC 2005
Update of /project/cells-gtk/cvsroot/root/cells-gtk
In directory common-lisp.net:/tmp/cvs-serv8014/cells-gtk
Modified Files:
cells-gtk.asd
Log Message:
Renamed cells-gtk.lisp to packages.lisp and moved some stuff in it to treeview.lisp
Date: Sun May 29 23:03:43 2005
Author: pdenno
Index: root/cells-gtk/cells-gtk.asd
diff -u root/cells-gtk/cells-gtk.asd:1.3 root/cells-gtk/cells-gtk.asd:1.4
--- root/cells-gtk/cells-gtk.asd:1.3 Sat Feb 12 15:44:41 2005
+++ root/cells-gtk/cells-gtk.asd Sun May 29 23:03:43 2005
@@ -1,9 +1,11 @@
+
+
(asdf:defsystem :cells-gtk
:name "cells-gtk"
:depends-on (:cells :gtk-ffi)
:serial t
:components
- ((:file "cells-gtk")
+ ((:file "packages")
(:file "conditions")
(:file "compat")
(:file "widgets" :depends-on ("conditions"))
More information about the Cells-gtk-cvs
mailing list