chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
36da40c
)
Adding gtktext.lisp and gtkaction.lisp
author
espen
<espen>
Sat, 4 Dec 2004 18:28:04 +0000
(18:28 +0000)
committer
espen
<espen>
Sat, 4 Dec 2004 18:28:04 +0000
(18:28 +0000)
gtk/export.lisp
patch
|
blob
|
blame
|
history
gtk/gtk.asd
patch
|
blob
|
blame
|
history
diff --git
a/gtk/export.lisp
b/gtk/export.lisp
index 19fbd15fada2c996cb5378a33bbc9fd61ce8b321..c8725437ed68b84cd78c512920aba17f398feb0a 100644
(file)
--- a/
gtk/export.lisp
+++ b/
gtk/export.lisp
@@
-5,4
+5,6
@@
(export-from-file #p"clg:gtk;gtktypes.lisp")
(export-from-file #p"clg:gtk;gtkwidget.lisp")
(export-from-file #p"clg:gtk;gtkcontainer.lisp")
(export-from-file #p"clg:gtk;gtk.lisp")
(export-from-file #p"clg:gtk;gtkwidget.lisp")
(export-from-file #p"clg:gtk;gtkcontainer.lisp")
(export-from-file #p"clg:gtk;gtk.lisp")
+(export-from-file #p"clg:gtk;gtktree.lisp")
+(export-from-file #p"clg:gtk;gtkaction.lisp")
(export-from-file #p"clg:gtk;gtkutils.lisp")
(export-from-file #p"clg:gtk;gtkutils.lisp")
diff --git
a/gtk/gtk.asd
b/gtk/gtk.asd
index 05f3c959121a1b5ba074afae40289af1b2040530..423e37fb7f61323f3e2d07baf2fb11605674c687 100644
(file)
--- a/
gtk/gtk.asd
+++ b/
gtk/gtk.asd
@@
-25,6
+25,8
@@
(:file "gtkwidget" :depends-on ("gtktypes"))
(:file "gtkcontainer" :depends-on ("gtktypes"))
(:file "gtktree" :depends-on ("gtktypes"))
(:file "gtkwidget" :depends-on ("gtktypes"))
(:file "gtkcontainer" :depends-on ("gtktypes"))
(:file "gtktree" :depends-on ("gtktypes"))
+ (:file "gtktext" :depends-on ("gtktypes"))
+ (:file "gtkaction" :depends-on ("gtktypes"))
(:file "gtk" :depends-on ("gtktypes"))
(:file "gtkutils" :depends-on ("gtk"))
(:file "export" :depends-on ("gtktypes" "gtk"))))
(:file "gtk" :depends-on ("gtktypes"))
(:file "gtkutils" :depends-on ("gtk"))
(:file "export" :depends-on ("gtktypes" "gtk"))))