From fd24c24e3f2b9a20461c82fbedf5b08238731f85 Mon Sep 17 00:00:00 2001 From: David Lee Date: Tue, 23 Jul 2024 12:35:29 -0700 Subject: [PATCH] linux build --- .../LIB/{LLIBFORE.lib => LLIBFORE.LIB} | Bin Microsoft Fortran v51/m.sh | 10 ++++++++++ 2 files changed, 10 insertions(+) rename Microsoft Fortran v51/LIB/{LLIBFORE.lib => LLIBFORE.LIB} (100%) create mode 100644 Microsoft Fortran v51/m.sh 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