linux build
This commit is contained in:
parent
63eee4b223
commit
6b06024058
13
Microsoft BASIC Compiler v5.36/m.sh
Normal file
13
Microsoft BASIC Compiler v5.36/m.sh
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
str=$(tr '[a-z]' '[A-Z]' <<< $1)
|
||||||
|
|
||||||
|
rm $str.MAP 2>/dev/null
|
||||||
|
rm $str.OBJ 2>/dev/null
|
||||||
|
rm $str.LST 2>/dev/null
|
||||||
|
rm $str.EXE 2>/dev/null
|
||||||
|
|
||||||
|
ntvdm -u -r:. -c bascom $str.bas,,$str.lst,
|
||||||
|
ntvdm -u -r:. -c link $str,,$str,.\\,nul
|
||||||
|
|
||||||
|
rm $str.MAP 2>/dev/null
|
||||||
|
rm $str.OBJ 2>/dev/null
|
||||||
|
rm $str.LST 2>/dev/null
|
Loading…
Reference in New Issue
Block a user