repo.or.cz
/
cl-gtk2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add Gdk/Visuals and Gdk/Cursors
[cl-gtk2.git]
/
gdk
/
cl-gtk2-gdk.asd
blob
d64bdaa0d9cdb146b2d6d1b81ac0840b4d7ce389
1
(defsystem :cl-gtk2-gdk
2
:name :cl-gtk2-gdk
3
:version "0.1"
4
:author "Kalyanov Dmitry <Kalyanov.Dmitry@gmail.com>"
5
:license "LLGPL"
6
:serial t
7
:components ((:file "gdk.package")
8
(:file "gdk.objects")
9
(:file "gdk.functions")
10
(:file "gdk.general")
11
(:file "gdk.display")
12
(:file "gdk.screen")
13
(:file "gdk.region")
14
(:file "gdk.gc")
15
(:file "gdk.drawing-primitives")
16
(:file "gdk.bitmaps")
17
(:file "gdk.rgb")
18
(:file "gdk.images")
19
(:file "gdk.pixbufs")
20
(:file "gdk.colors")
21
(:file "gdk.visual")
22
(:file "gdk.cursor"))
23
:depends-on (:cl-gtk2-glib :cffi :cl-gtk2-pango))