[cello-cvs] CVS cello/kt-opengl

fgoenninger fgoenninger at common-lisp.net
Sun Oct 1 12:29:24 UTC 2006


Update of /project/cello/cvsroot/cello/kt-opengl
In directory clnet:/tmp/cvs-serv9393

Modified Files:
	kt-opengl.asd 
Log Message:
Added: New files defpackage and kt-opengl-config.

--- /project/cello/cvsroot/cello/kt-opengl/kt-opengl.asd	2006/09/16 19:17:09	1.3
+++ /project/cello/cvsroot/cello/kt-opengl/kt-opengl.asd	2006/10/01 12:29:24	1.4
@@ -15,7 +15,9 @@
   :long-description "Poorly implemented bindings to half of OpenGL"
   :depends-on (:cffi-extender :cells)
   :serial t
-  :components ((:file "kt-opengl")
+  :components ((:file "defpackage")
+               (:file "kt-opengl-config")
+               (:file "kt-opengl")
                (:file "gl-def")
                (:file "gl-constants")
                (:file "gl-functions")




More information about the Cello-cvs mailing list