From d0091a0bea5753553aad5a517be8517823c3e9fc Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Sat, 17 Feb 2018 21:34:32 +0100 Subject: [PATCH] MIDAS and CHESS2 don't work standalone. --- build/build.tcl | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/build/build.tcl b/build/build.tcl index a8464484..77700b78 100644 --- a/build/build.tcl +++ b/build/build.tcl @@ -261,11 +261,6 @@ 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" @@ -1025,13 +1020,6 @@ respond "*" ":midas /t games;ts chess2_rg;chess2\r" respond "with ^C" "TV==0\r\003" expect ":KILL" -# Chess: standalone -respond "*" ":midas /t .;@ chess2_rg;chess2\r" -respond "with ^C" "TS==0\r" -respond "\n" "PI==4\r" -respond "\n" "TTY==120\r\003" -expect ":KILL" - # Old chess? Timesharing, no TV, no CHEOPS processor. respond "*" ":midas /t games;ts ocm_chprog;ocm\r" respond "with ^C" "DSPLY==0\r"