Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
c1c6508f
Commit
c1c6508f
authored
Feb 13, 1992
by
ram
Browse files
Load GENESIS if it isn't already loaded.
parent
9057a79a
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/worldbuild.lisp
View file @
c1c6508f
;;; -*- Mode: Lisp; Package: Lisp -*-
;;;
;;; **********************************************************************
;;; This code was written as part of the Spice Lisp project at
;;; Carnegie-Mellon University, and has been placed in the public domain.
;;; Spice Lisp is currently incomplete and under active development.
;;; If you want to use this code or any part of Spice Lisp, please contact
;;; Scott Fahlman (FAHLMAN@CMUC).
;;; This code was written as part of the CMU Common Lisp project at
;;; Carnegie Mellon University, and has been placed in the public domain.
;;; If you want to use this code or any part of CMU Common Lisp, please contact
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldbuild.lisp,v 1.9 1992/02/13 09:10:54 ram Exp $"
)
;;;
;;; **********************************************************************
;;;
;;; When loaded, this file builds a core image from all the .fasl files that
...
...
@@ -13,6 +16,8 @@
(
in-package
"LISP"
)
(
unless
(
fboundp
'genesis
)
(
load
"target:compiler/generic/genesis"
))
(
defparameter
lisp-files
`
(
,@
(
when
(
string=
(
c:backend-name
c:*backend*
)
"PMAX"
)
'
(
"target:assembly/mips/assem-rtns.assem"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment