From 337e01bacbe9b158f9ca2f73638fbe07250e9dd1 Mon Sep 17 00:00:00 2001 From: Eric Swenson Date: Tue, 19 Jun 2018 23:17:45 -0700 Subject: [PATCH] Resolves #724. Build MLMAC from source. --- build/lisp.tcl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build/lisp.tcl b/build/lisp.tcl index e9364af7..62df73aa 100644 --- a/build/lisp.tcl +++ b/build/lisp.tcl @@ -840,6 +840,12 @@ respond "*" ":midas liblsp;_gsb;ttyvar\r" respond "Use what filename instead?" "lisp;\r" expect ":KILL" +# MLMAC +respond "*" "complr\013" +respond "_" "lisp;_lspsrc;mlmac\r" +respond "_" "\032" +type ":kill\r" + # Lisp display library respond "*" ":midas lisp; slave fasl_l; slave\r" expect ":KILL"