linux build
This commit is contained in:
parent
12ac658016
commit
40663ccdbc
10
Manx Aztec C86 v52a/code/m.sh
Normal file
10
Manx Aztec C86 v52a/code/m.sh
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
str=$(tr '[a-z]' '[A-Z]' <<< $1)
|
||||||
|
|
||||||
|
rm $str.O 2>/dev/null
|
||||||
|
rm $str.EXE 2>/dev/null
|
||||||
|
|
||||||
|
ntvdm -u -r:.. -e:include=c:\\include,path=c:\\bin ..\\bin\\cc -DAZTEC86 +F +A $str.c
|
||||||
|
rm ctmp* 2>/dev/null
|
||||||
|
ntvdm -u -r:.. -e:lib=c:\\lib ..\\bin\\ln $str c:\\lib\\libs\\m.lib c:\\lib\\libs\\c.lib
|
||||||
|
|
||||||
|
rm $str.O 2>/dev/null
|
Loading…
Reference in New Issue
Block a user