From 5c3617f028acc48de8585e06a3d497935ed35348 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Tue, 20 Feb 1990 14:12:24 +0000 Subject: [PATCH] Added compilation of genesis in new compiler. --- tools/comcom.lisp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tools/comcom.lisp b/tools/comcom.lisp index 452c50cff..f6b8675cd 100644 --- a/tools/comcom.lisp +++ b/tools/comcom.lisp @@ -119,9 +119,13 @@ (comf "c:codegen") (comf "c:debug") -(unless *new-compile* ; Until this is fixed up to compile properly... +#-new-compiler +(unless *new-compile* (comf "c:rt/genesis")) +#+new-compiler +(comf "c:rt/genesis") + (unless *new-compile* (comf "ncode:defstruct") (comf "ncode:error") -- GitLab