linux build
This commit is contained in:
parent
43468b4031
commit
8056422ad3
BIN
Microsoft QuickC v251/BIN/E.EXE
Normal file
BIN
Microsoft QuickC v251/BIN/E.EXE
Normal file
Binary file not shown.
10
Microsoft QuickC v251/BIN/m.sh
Normal file
10
Microsoft QuickC v251/BIN/m.sh
Normal 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
|
1
Microsoft QuickC v251/BIN/rqc.sh
Normal file
1
Microsoft QuickC v251/BIN/rqc.sh
Normal file
@ -0,0 +1 @@
|
||||
ntvdm -u -r:.. -h -e:include=..\-include,lib=..\-lib qc
|
1
Microsoft QuickC v251/BIN/rqc50.sh
Normal file
1
Microsoft QuickC v251/BIN/rqc50.sh
Normal file
@ -0,0 +1 @@
|
||||
ntvdm -u -C:50 -r:.. -h -e:include=..\\include,lib=..\\lib qc ttt.c
|
Loading…
Reference in New Issue
Block a user