linux build

This commit is contained in:
David Lee 2024-07-04 06:32:35 -07:00
parent 6f77c984df
commit 5733540a3b
11 changed files with 12 additions and 0 deletions

12
DeSmet C88 v24/m.sh Normal file
View File

@ -0,0 +1,12 @@
str=${1^^}
rm $str.O 2>/dev/null
rm $str.EXE 2>/dev/null
# -nDESMETC doesn't work in this version of c88
ntvdm -r:. -u c88 $str
echo
ntvdm -r:. -u bind $str other
echo
rm $str.O 2>/dev/null