linux build
This commit is contained in:
parent
63a0335323
commit
39abf2fddd
17
Microsoft QuickBASIC v45/m.sh
Normal file
17
Microsoft QuickBASIC v45/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 v45/mi.sh
Normal file
2
Microsoft QuickBASIC v45/mi.sh
Normal file
@ -0,0 +1,2 @@
|
||||
ntvdm -u -r:. -c -p QB /RUN $1.BAS
|
||||
|
Loading…
Reference in New Issue
Block a user