home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-08-24 | 455 b | 30 lines | [TEXT/ROSA] |
- ;;
- ;; This file compiles all the standard libraries
- ;;
-
- ;(compile-file
- ; ":library:assembler.lisp"
- ; :output-file ":library:assembler.compiled-lisp"
- ; :print t)
-
- (compile-file
- ":library:compiler.lisp"
- :output-file ":library:compiler.compiled-lisp"
- :print t)
-
- (compile-file
- ":library:cl.lisp"
- :output-file ":library:cl.compiled-lisp"
- :print t)
-
- (compile-file
- ":library:loop.lisp"
- :output-file ":library:loop.compiled-lisp"
- :print t)
-
-
-
-
-
-
-