Skip to content
Snippets Groups Projects
Commit 76f53dfe authored by wlott's avatar wlott
Browse files

Set the logical name vm: instead of mips:, 'cause that's what loadcom

expects now.  Include both the generic and specific dirs in vm: and assem:.
parent 65978eae
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,8 @@
;;;
(setf (ext:search-list "code:") '("lisp:code/"))
(setf (ext:search-list "c:") '("lisp:compiler/"))
(setf (ext:search-list "mips:") '("c:mips/"))
(setf (ext:search-list "assem:") '("lisp:assembly/"))
(setf (ext:search-list "vm:") '("c:mips/" "c:generic/"))
(setf (ext:search-list "assem:") '("lisp:assembly/mips/" "lisp:assembly/"))
(setf (ext:search-list "hem:") '("lisp:hemlock/"))
(setf (ext:search-list "clx:") '("lisp:clx/"))
(setf (ext:search-list "pcl:") '("lisp:pcl/"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment