linux build
This commit is contained in:
parent
8af2e2e1af
commit
388788fe22
Binary file not shown.
Binary file not shown.
3
Spectra PowerBASIC v210f/m.sh
Normal file
3
Spectra PowerBASIC v210f/m.sh
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# PowerBASIC has no command-line build. You have to start the app, load the file, set the main file, and compile.
|
||||||
|
# Be sure to check the compilation defaults to turn off debug settings go get substantial performance wins
|
||||||
|
|
3
Spectra PowerBASIC v210f/r.sh
Normal file
3
Spectra PowerBASIC v210f/r.sh
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
ntvdm -u -r:. -C:50 PB
|
||||||
|
|
||||||
|
|
6
Spectra PowerBASIC v210f/runit.sh
Normal file
6
Spectra PowerBASIC v210f/runit.sh
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# runs a PowerBASIC app, which only write to CGA memory for text output
|
||||||
|
|
||||||
|
str=$(tr '[a-z]' '[A-Z]' <<< $1)
|
||||||
|
|
||||||
|
ntvdm -r:. -u -c -p -m $str.EXE
|
||||||
|
|
Loading…
Reference in New Issue
Block a user