[cl-mp3-parse-cvs] CVS update: cl-mp3-parse/mpeg.asd

Denis Bueno dbueno at common-lisp.net
Sun Mar 20 02:54:43 UTC 2005


Update of /project/cl-mp3-parse/cvsroot/cl-mp3-parse
In directory common-lisp.net:/tmp/cvs-serv23083

Modified Files:
	mpeg.asd 
Log Message:
don't load binary-data yet.

Date: Sun Mar 20 03:54:42 2005
Author: dbueno

Index: cl-mp3-parse/mpeg.asd
diff -u cl-mp3-parse/mpeg.asd:1.1 cl-mp3-parse/mpeg.asd:1.2
--- cl-mp3-parse/mpeg.asd:1.1	Sun Mar 20 00:28:42 2005
+++ cl-mp3-parse/mpeg.asd	Sun Mar 20 03:54:40 2005
@@ -8,8 +8,5 @@
 (defsystem :mpeg
   :author "Denis Bueno"
   :licence "BSD"
-  :depends-on ("lisp-utils")
   :components ((:file "packages")
-               (:file "binary-data" :depends-on ("packages"))
-               ;(:file "mp3-parser":depends-on ("binary-data"))
-               ))
\ No newline at end of file
+               (:file "mp3-parser":depends-on ("packages"))))
\ No newline at end of file




More information about the Cl-mp3-parse-cvs mailing list