linux build

This commit is contained in:
David Lee 2024-07-22 14:07:20 -07:00
parent 84ef2c45c8
commit b95bffb2d1

View File

@ -0,0 +1,18 @@
str=$(tr '[a-z]' '[A-Z]' <<< $1)
rm $str.EXE 2>/dev/null
rm $str.LST 2>/dev/null
rm $str.MAP 2>/dev/null
rm $str.OBJ 2>/dev/null
rm $str.COD 2>/dev/null
ntvdm -u -r:. FOR1 $str,$str,$str,$str
ntvdm -u -r:. PAS2
ntvdm -u -r:. PAS3
ntvdm -u -r:. -f LINK $str,$str,$str,FORTRAN.LEM
rm $str.LST 2>/dev/null
rm $str.MAP 2>/dev/null
rm $str.OBJ 2>/dev/null
rm $str.COD 2>/dev/null