linux build

This commit is contained in:
David Lee 2024-07-04 15:14:33 -07:00
parent 8056422ad3
commit f0f865ac2b
2 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,4 @@
@echo off @echo off
setlocal setlocal
ntvdm -r:. -t qpl %1.pas ntvdm -r:. qpl %1.pas

View File

@ -0,0 +1,7 @@
str=$(tr '[a-z]' '[A-Z]' <<< $1)
rm $str.EXE 2>/dev/null
ntvdm -u -r:. qpl $str.pas
ntvdm -r:. -u -p $str