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
fasm start.asm start.o
2
fasm start.asm start.o
3
gcc -c test.c
3
gcc -c -fno-builtin test.c
4
gcc -c system/kolibri.c
4
gcc -c -fno-builtin system/kolibri.c
5
gcc -c system/stdlib.c
5
gcc -c -fno-builtin system/stdlib.c
6
gcc -c system/string.c
6
gcc -c -fno-builtin system/string.c
7
gcc -c system/ctype.c
7
gcc -c -fno-builtin system/ctype.c
8
ld -nostdlib -T kolibri.ld -o test start.o kolibri.o stdlib.o string.o ctype.o test.o
8
ld -nostdlib -T kolibri.ld -o test start.o kolibri.o stdlib.o string.o ctype.o test.o
9
objcopy test -O binary
9
objcopy test -O binary
10
erase start.o kolibri.o stdlib.o string.o ctype.o test.o
10
erase start.o kolibri.o stdlib.o string.o ctype.o test.o
11
kpack test
11
kpack test
12
copy test bin\eng\
12
copy test bin\eng\