linux build
This commit is contained in:
parent
39abf2fddd
commit
7270f92139
17
Microsoft QuickBASIC v71/m.sh
Normal file
17
Microsoft QuickBASIC v71/m.sh
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
str=$(tr '[a-z]' '[A-Z]' <<< $1)
|
||||||
|
|
||||||
|
rm $str.EXE 2>/dev/null
|
||||||
|
rm $str.LST 2>/dev/null
|
||||||
|
rm $str.MAP 2>/dev/null
|
||||||
|
rm $str.OBJ 2>/dev/null
|
||||||
|
|
||||||
|
ntvdm -u -r:. -c bc $str.bas $str.obj $str.lst /O
|
||||||
|
ntvdm -u -r:. -c link $str,,$str,,,;
|
||||||
|
|
||||||
|
rm $str.LST 2>/dev/null
|
||||||
|
rm $str.MAP 2>/dev/null
|
||||||
|
rm $str.OBJ 2>/dev/null
|
||||||
|
|
||||||
|
ntvdm -u -r:. -c $str
|
||||||
|
|
||||||
|
|
2
Microsoft QuickBASIC v71/mi.sh
Normal file
2
Microsoft QuickBASIC v71/mi.sh
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
ntvdm -u -r:. -c -p QBX /RUN $1.BAS
|
||||||
|
|
Loading…
Reference in New Issue
Block a user