[lgtk-cvs] CVS update: lgtk/lgtk.asd
Mario Mommer
mmommer at common-lisp.net
Sun Nov 9 17:32:46 UTC 2003
Update of /project/lgtk/cvsroot/lgtk
In directory common-lisp.net:/tmp/cvs-serv20234
Modified Files:
lgtk.asd
Log Message:
Fixed another minor typo in lgtk.asd / changed the name of destroy-on-cg-p:
it is now destroy real-object.
Date: Sun Nov 9 12:32:45 2003
Author: mmommer
Index: lgtk/lgtk.asd
diff -u lgtk/lgtk.asd:1.6 lgtk/lgtk.asd:1.7
--- lgtk/lgtk.asd:1.6 Sun Nov 9 11:34:49 2003
+++ lgtk/lgtk.asd Sun Nov 9 12:32:45 2003
@@ -95,7 +95,7 @@
((:file "port")
(:file "nexus" :depends-on ("port"))
(:file "widgets" :depends-on ("nexus"))
- (:file "dynaslot" :depends-on ("bindings"))
+ (:file "dynaslot" :depends-on ("bindings" "nexus"))
(:file "enums" :depends-on ("bindings"))
(:file "bindings" :depends-on ("port"))
More information about the Lgtk-cvs
mailing list