repo.or.cz
/
kolibrios.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Replace cyrillic 'с' with latin 'c' in register names
[kolibrios.git]
/
programs
/
media
/
zsea
/
build.sh
blob
4c7bbd3cb1d5e21b0608e3e90287f5c21ff7d92b
1
#!/bin/bash
2
# This script does for linux the same as build.bat for DOS
3
echo
"lang fix en"
4
echo
"lang fix en"
>
lang.inc
5
fasm
-m
65536
zSea.asm zSea
6
kpack zSea
7
rm
-f
lang.inc
8
read
9
exit
0