Added a "runtime" directory for runtime libs and moved ps-runtime-lib there.
authorVladimir Sedach <vsedach@gmail.com>
Tue, 30 Dec 2008 20:48:25 +0000 (13:48 -0700)
committerVladimir Sedach <vsedach@gmail.com>
Tue, 30 Dec 2008 20:48:25 +0000 (13:48 -0700)
extras/firebug-tracing.lisp [moved from extras/firebug-tracing.cl with 100% similarity]
parenscript.asd [changed mode: 0644->0755]
runtime/ps-runtime-lib.lisp [moved from src/lib/ps-runtime-lib.lisp with 100% similarity]

old mode 100644 (file)
new mode 100755 (executable)
index 63f792e..05808b7
                                      ;; standard library
                                      (:module :lib
                                               :components ((:file "ps-html")
-                                                           (:file "ps-macro-lib")
-                                                           (:file "ps-runtime-lib"))
-                                              :depends-on ("compilation-interface")))))
+                                                           (:file "ps-macro-lib"))
+                                              :depends-on ("compilation-interface"))))
+               (:module :runtime
+                        :components ((:file "ps-runtime-lib"))
+                        :depends-on (:src)))
   :depends-on ())
 
 (defmethod asdf:perform :after ((op asdf:load-op) (system (eql (asdf:find-system :parenscript))))