From e095dca85db89205170fb13d98aca4f54cb5716b Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Sun, 16 May 1993 12:16:03 +0000 Subject: [PATCH] Moved compilation of spell stuff after commands so that we can use define-file-option macro. --- tools/hemcom.lisp | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/tools/hemcom.lisp b/tools/hemcom.lisp index d3fc8030e..54b3720a0 100644 --- a/tools/hemcom.lisp +++ b/tools/hemcom.lisp @@ -111,13 +111,6 @@ (comf "target:hemlock/echocoms") (comf "target:hemlock/defsyn") -(comf "target:hemlock/spell-rt") -(comf "target:hemlock/spell-corr") -(comf "target:hemlock/spell-aug") -(comf "target:hemlock/spell-build") -(comf "target:hemlock/spellcoms") -(comf "target:hemlock/kbdmac") - (comf "target:hemlock/ts-buf") (comf "target:hemlock/ts-stream") @@ -173,6 +166,14 @@ ) ;WITH-COMPILATION-UNIT for commands +;; Stuff we want compiled native: + +(comf "target:hemlock/spell-rt") +(comf "target:hemlock/spell-corr") +(comf "target:hemlock/spell-aug") +(comf "target:hemlock/spell-build") +(comf "target:hemlock/spellcoms") +(comf "target:hemlock/kbdmac") (comf "target:hemlock/bindings") (comf "target:hemlock/hacks") -- GitLab