linux build
This commit is contained in:
parent
e3ef41d1a6
commit
fd24c24e3f
10
Microsoft Fortran v51/m.sh
Normal file
10
Microsoft Fortran v51/m.sh
Normal 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\;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
|
Loading…
Reference in New Issue
Block a user