linux build

This commit is contained in:
David Lee 2024-07-04 11:43:04 -07:00
parent d20ba8956d
commit f3e7d5f9e4
48 changed files with 10 additions and 0 deletions

10
Microsoft Fortran v5/m.sh Normal file
View File

@ -0,0 +1,10 @@
str=$(tr '[a-z]' '[A-Z]' <<< $1)
rm $str.EXE 2>/dev/null
rm $str.OBJ 2>/dev/null
ntvdm -u -r:. -e:include=include,init=bin,path=bin,lib=lib,tmp=tmp bin\\fl /FPc /Ot $str.for
rm $str.OBJ 2>/dev/null
ntvdm -u -r:. $str