[cello-cvs] CVS cello/cl-openal
ktilton
ktilton at common-lisp.net
Thu Jul 6 22:09:11 UTC 2006
Update of /project/cello/cvsroot/cello/cl-openal
In directory clnet:/tmp/cvs-serv9972/cl-openal
Modified Files:
cl-openal.asd
Log Message:
--- /project/cello/cvsroot/cello/cl-openal/cl-openal.asd 2006/05/17 16:14:29 1.1
+++ /project/cello/cvsroot/cello/cl-openal/cl-openal.asd 2006/07/06 22:09:11 1.2
@@ -16,6 +16,7 @@
:licence "MIT"
:description "Partial OpenAL Bindings"
:long-description "Poorly implemented bindings to half of OpenAL"
+ :depends-on (cffi cffi-extender)
:perform (load-op :after (op cl-openal)
(pushnew :cl-openal cl:*features*))
:components ((:file "cl-openal")
@@ -28,4 +29,4 @@
(:file "cl-openal-init" :depends-on ("alut"))
(:file "wav-handling" :depends-on ("cl-openal-init"))
- (:file "cl-openal-demo" :depends-on ("wav-handling"))))
\ No newline at end of file
+ (:file "cl-openal-demo" :depends-on ("wav-handling"))))
More information about the Cello-cvs
mailing list