[nio-cvs] r20 - branches/home/psmith/restructure/src/io
    psmith at common-lisp.net 
    psmith at common-lisp.net
       
    Thu Dec 28 01:31:08 UTC 2006
    
    
  
Author: psmith
Date: Wed Dec 27 20:31:08 2006
New Revision: 20
Modified:
   branches/home/psmith/restructure/src/io/nio.asd
Log:
done io
Modified: branches/home/psmith/restructure/src/io/nio.asd
==============================================================================
--- branches/home/psmith/restructure/src/io/nio.asd	(original)
+++ branches/home/psmith/restructure/src/io/nio.asd	Wed Dec 27 20:31:08 2006
@@ -4,11 +4,11 @@
 
 (defsystem :nio
 
-    :components ((:file "nio")
-		 (:file "fd-helper" :depends-on ("nio"))
-		 (:file "async-fd" :depends-on ("nio" "fd-helper"))
+    :components ((:file "nio-package")
+		 (:file "fd-helper" :depends-on ("nio-package"))
+		 (:file "async-fd" :depends-on ("fd-helper"))
 		 (:file "async-socket" :depends-on ("async-fd"))
 		 )
 
-    :depends-on (:cffi :event-notification :nio-buffer))
+    :depends-on (:cffi :event-notification :nio-buffer :nio-compat))
 
    
    
More information about the Nio-cvs
mailing list