linux build
This commit is contained in:
parent
b419fb5cac
commit
ebc6c9f2b2
14
Digital Research MT+86 Pascal v311/m.sh
Normal file
14
Digital Research MT+86 Pascal v311/m.sh
Normal file
@ -0,0 +1,14 @@
|
||||
str=${1^^}
|
||||
|
||||
rm $str.ERR 2>/dev/null
|
||||
rm $str.R86 2>/dev/null
|
||||
rm $str.EXE 2>/dev/null
|
||||
|
||||
ntvdm -r:. -u mt86 $str
|
||||
ntvdm -r:. -u linkmt $str paslib.r86 fpreals.r86
|
||||
|
||||
rm $str.ERR 2>/dev/null
|
||||
rm $str.R86 2>/dev/null
|
||||
|
||||
ntvdm -c -p $str
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user