[lgtk-cvs] CVS update: lgtk/lgtk.asd
Mario Mommer
mmommer at common-lisp.net
Mon Mar 1 18:04:34 UTC 2004
Update of /project/lgtk/cvsroot/lgtk
In directory common-lisp.net:/tmp/cvs-serv31202
Modified Files:
lgtk.asd
Log Message:
Created a new file and a new package: lgtk-utils. A place to put
all those utilities and extensions that would have been there to
begin with had gtk been written in Lisp.
First entry: make-gtk-button.
Date: Mon Mar 1 13:04:34 2004
Author: mmommer
Index: lgtk/lgtk.asd
diff -u lgtk/lgtk.asd:1.8 lgtk/lgtk.asd:1.9
--- lgtk/lgtk.asd:1.8 Thu Dec 11 05:47:59 2003
+++ lgtk/lgtk.asd Mon Mar 1 13:04:34 2004
@@ -126,7 +126,9 @@
"gtkclasshierarchy"
"libhandle"))
(:file "gtknexus" :depends-on ("gtkbindings"))
- (:file "gtklisp" :depends-on ("gtknexus"))))))
+ (:file "gtklisp" :depends-on ("gtknexus"))
+
+ (:file "lgtk-utils" :depends-on ("gtklisp"))))))
;; On 2003.12.10, load-foreign was put in deathrow by the sbcl
;; developers. The following comment was made by Krystof_ and is
More information about the Lgtk-cvs
mailing list