linux build

This commit is contained in:
David Lee 2024-07-04 15:11:41 -07:00
parent 43468b4031
commit 8056422ad3
6 changed files with 12 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,10 @@
str=$(tr '[a-z]' '[A-Z]' <<< $1)
rm $str.EXE 2>/dev/null
rm $str.OBJ 2>/dev/null
ntvdm -u -r:. -f -e:include=..\\include,lib=..\\lib qcl /Gs /Ox /DDOSTIME $str.c
rm $str.OBJ 2>/dev/null
ntvdm -u -r:. -c -p $str

View File

@ -0,0 +1 @@
ntvdm -u -r:.. -h -e:include=..\-include,lib=..\-lib qc

View File

@ -0,0 +1 @@
ntvdm -u -C:50 -r:.. -h -e:include=..\\include,lib=..\\lib qc ttt.c