diff --git a/Microsoft Fortran v51/LIB/LLIBFORE.lib b/Microsoft Fortran v51/LIB/LLIBFORE.LIB similarity index 100% rename from Microsoft Fortran v51/LIB/LLIBFORE.lib rename to Microsoft Fortran v51/LIB/LLIBFORE.LIB diff --git a/Microsoft Fortran v51/m.sh b/Microsoft Fortran v51/m.sh new file mode 100644 index 0000000..bdc32a5 --- /dev/null +++ b/Microsoft Fortran v51/m.sh @@ -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\;binb,lib=lib,tmp=tmp binb\\fl /FPc /Ot $str.for /link llibce.lib /NOE + +rm $str.OBJ 2>/dev/null + +ntvdm -u -r:. $str