Subversion Repositories Kolibri OS

Rev

Rev 1814 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1814 Rev 1854
Line 1... Line 1...
1
del *.o
1
del *.o
2
fasm asm_code.asm start.o
2
fasm asm_code.asm start.o
-
 
3
echo #define LANG_RUS 1 > lang.h
3
gcc -c z80/z80.c
4
gcc -c z80/z80.c
4
gcc -c system/kolibri.c
5
gcc -c system/kolibri.c
5
gcc -c system/stdlib.c
6
gcc -c system/stdlib.c
6
gcc -c system/string.c
7
gcc -c system/string.c
7
gcc -c e80.c
8
gcc -c e80.c