Changeset 15104
- Timestamp:
- Dec 1, 2011, 3:12:27 PM (13 years ago)
- Location:
- trunk/source
- Files:
-
- 1 added
- 3 edited
-
level-1/l1-boot-2.lisp (modified) (1 diff)
-
lib/compile-ccl.lisp (modified) (1 diff)
-
lib/swink.lisp (added)
-
lib/systems.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/level-1/l1-boot-2.lisp
r15021 r15104 273 273 (bin-load-provide "APROPOS" "apropos") 274 274 (bin-load-provide "SOURCE-FILES" "source-files") 275 (bin-load-provide "SWINK" "swink") 275 276 276 277 #+ppc-target -
trunk/source/lib/compile-ccl.lisp
r15021 r15104 187 187 apropos 188 188 numbers 189 dumplisp source-files)) 189 dumplisp 190 source-files 191 swink)) 190 192 191 193 (defun target-other-lib-modules (&optional (target -
trunk/source/lib/systems.lisp
r15021 r15104 223 223 (linux-files "ccl:l1f;linux-files" ("ccl:level-1;linux-files.lisp")) 224 224 (source-files "ccl:bin;source-files" ("ccl:lib;source-files.lisp")) 225 (swink "ccl:bin;swink" ("ccl:lib;swink.lisp")) 225 226 (cover "ccl:bin;cover" ("ccl:library;cover.lisp")) 226 227 (leaks "ccl:bin;leaks" ("ccl:library;leaks.lisp"))
Note:
See TracChangeset
for help on using the changeset viewer.
