linux build
This commit is contained in:
parent
23b3eb066f
commit
f9d236fac4
10
Manx Aztec C86 v340a/CODE/m.sh
Normal file
10
Manx Aztec C86 v340a/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\\m.lib c:\\lib\\c.lib
|
||||
|
||||
rm $str.O 2>/dev/null
|
Loading…
Reference in New Issue
Block a user