Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1672 → Rev 1673

/programs/system/shell/compile_eng.bat
6,10 → 6,10
gcc -c system/kolibri.c
gcc -c system/stdlib.c
gcc -c system/string.c
ld -nostdlib -T kolibri.ld -o shell.kex start.o kolibri.o stdlib.o string.o shell.o
objcopy shell.kex -O binary
ld -nostdlib -T kolibri.ld -o shell start.o kolibri.o stdlib.o string.o shell.o
objcopy shell -O binary
erase lang.h start.o shell.o kolibri.o stdlib.o string.o
kpack shell.kex
move shell.kex bin\eng\
kpack shell
move shell bin\eng\
copy locale\eng\.shell bin\eng\
pause