Subversion Repositories Kolibri OS

Rev

Rev 2502 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2502 Rev 3245
Line 1... Line 1...
1
@echo off
1
@echo off
2
erase lang.h
-
 
3
echo #define LANG_RUS 1 > lang.h
2
echo #define LANG_RUS 1 > lang.h
4
fasm start.asm start.o
3
fasm start.asm start.o
5
gcc -c shell.c
4
gcc -c -fno-builtin shell.c
6
gcc -c system/kolibri.c
5
gcc -c -fno-builtin system/kolibri.c
7
gcc -c system/stdlib.c
6
gcc -c -fno-builtin system/stdlib.c
8
gcc -c system/string.c
7
gcc -c -fno-builtin system/string.c
9
gcc -c system/ctype.c
8
gcc -c -fno-builtin system/ctype.c
10
ld -nostdlib -T kolibri.ld -o shell start.o kolibri.o stdlib.o string.o ctype.o shell.o
9
ld -nostdlib -T kolibri.ld -o shell start.o kolibri.o stdlib.o string.o ctype.o shell.o
11
objcopy shell -O binary
10
objcopy shell -O binary
12
erase lang.h start.o shell.o kolibri.o stdlib.o string.o ctype.o
11
erase lang.h start.o shell.o kolibri.o stdlib.o string.o ctype.o
13
kpack shell
12
kpack shell
14
move shell bin\rus\
13
move shell bin\rus\