diff --git a/Microsoft Fortran v41/Microsoft_FORTRAN_CodeView_and_Utilities_Users_Guide.pdf b/Microsoft Fortran v41/Microsoft_FORTRAN_CodeView_and_Utilities_Users_Guide.pdf deleted file mode 100644 index e3327c0..0000000 Binary files a/Microsoft Fortran v41/Microsoft_FORTRAN_CodeView_and_Utilities_Users_Guide.pdf and /dev/null differ diff --git a/Microsoft Fortran v41/m.sh b/Microsoft Fortran v41/m.sh new file mode 100644 index 0000000..dcafa8e --- /dev/null +++ b/Microsoft Fortran v41/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,lib=lib,tmp=tmp BIN\\fl /FPc /Ox $str.for + +rm $str.OBJ 2>/dev/null + +ntvdm -p -u -r:. $str