Subversion Repositories Kolibri OS

Rev

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

Rev 2323 Rev 2502
Line 7... Line 7...
7
gcc -c system/stdlib.c
7
gcc -c system/stdlib.c
8
gcc -c system/string.c
8
gcc -c system/string.c
9
gcc -c system/ctype.c
9
gcc -c system/ctype.c
10
ld -nostdlib -T kolibri.ld -o shell start.o kolibri.o stdlib.o string.o ctype.o shell.o
10
ld -nostdlib -T kolibri.ld -o shell start.o kolibri.o stdlib.o string.o ctype.o shell.o
11
objcopy shell -O binary
11
objcopy shell -O binary
12
erase lang.h start.o shell.o kolibri.o stdlib.o string.o
12
erase lang.h start.o shell.o kolibri.o stdlib.o string.o ctype.o
13
kpack shell
13
kpack shell
14
move shell bin\rus\
14
move shell bin\rus\
15
copy locale\rus\.shell bin\rus\
15
copy locale\rus\.shell bin\rus\
16
pause
16
pause
17
17