From bd238802d78aadf692664b3a7782406acf3a1137 Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Tue, 13 Feb 2018 09:25:02 +0100 Subject: [PATCH] Build standalone version of MIDAS. --- build/build.tcl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build/build.tcl b/build/build.tcl index 5f3333ab..233cc531 100644 --- a/build/build.tcl +++ b/build/build.tcl @@ -343,6 +343,11 @@ respond "*" ":midas sys1;ts salv_system;salv\r" respond "time-sharing?" "y\r" expect ":KILL" +# standalone midas +respond "*" ":midas /t .;@ midas_midas;midas\r" +respond "with ^C" "TS==0\r\003" +expect ":KILL" + # magdmp respond "*" ":midas .;_syseng;magdmp\r" respond "PTRHRI=" "y\r"