[lisplab-cvs] r187 - trunk

Jørn Inge Vestgården jivestgarden at common-lisp.net
Sun Oct 24 08:57:12 UTC 2010


Author: jivestgarden
Date: Sun Oct 24 04:57:12 2010
New Revision: 187

Log:
The build file from last commit

Modified:
   trunk/lisplab.asd

Modified: trunk/lisplab.asd
==============================================================================
--- trunk/lisplab.asd	(original)
+++ trunk/lisplab.asd	Sun Oct 24 04:57:12 2010
@@ -66,7 +66,9 @@
     :depends-on ()
     :serial t
     :components 
-    ((:file "level1-util") 
+    ((:file "type") 
+     (:file "ref") 
+     (:file "level1-util") 
      (:file "store-operators") 
      (:file "store-ordinary-functions") 
      (:file "permutation")     




More information about the lisplab-cvs mailing list