linux build

This commit is contained in:
David Lee 2024-07-06 12:06:56 -07:00
parent 8af2e2e1af
commit 388788fe22
5 changed files with 12 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View 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

View File

@ -0,0 +1,3 @@
ntvdm -u -r:. -C:50 PB

View 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