X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=gdk%2Fcl-gtk2-gdk.asd;h=204344b7f2c103c79229570a5b4169c019acfde5;hb=495dc322bd9688ebffaf62a736fa3c4a21a63ebb;hp=84d79fb6e9d17370a5eea1f51372d9433f651660;hpb=a2cc06c61d808ba45fc2fe8d004cd3f47b72b4e5;p=cl-gtk2.git diff --git a/gdk/cl-gtk2-gdk.asd b/gdk/cl-gtk2-gdk.asd index 84d79fb..204344b 100644 --- a/gdk/cl-gtk2-gdk.asd +++ b/gdk/cl-gtk2-gdk.asd @@ -1,9 +1,31 @@ (defsystem :cl-gtk2-gdk :name :cl-gtk2-gdk + :version "0.1" :author "Kalyanov Dmitry " :license "LLGPL" :serial t :components ((:file "gdk.package") + (:file "gdk.threads") (:file "gdk.objects") - (:file "gdk.functions")) - :depends-on (:cl-gtk2-glib :cffi)) \ No newline at end of file + (:file "gdk.functions") + (:file "gdk.general") + (:file "gdk.display") + (:file "gdk.screen") + (:file "gdk.region") + (:file "gdk.gc") + (:file "gdk.drawing-primitives") + (:file "gdk.bitmaps") + (:file "gdk.rgb") + (:file "gdk.images") + (:file "gdk.pixbufs") + (:file "gdk.colors") + (:file "gdk.visual") + (:file "gdk.cursor") + (:file "gdk.windows") + (:file "gdk.events") + (:file "gdk.key-values") + (:file "gdk.selections") + (:file "gdk.drag-and-drop") + (:file "gdk.input-devices") + (:file "gdk.pango")) + :depends-on (:cl-gtk2-glib :cffi :cl-gtk2-pango)) \ No newline at end of file