Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. @echo off
  2. fasm start.asm start.o
  3. gcc -c test.c
  4. gcc -c system/kolibri.c
  5. gcc -c system/stdlib.c
  6. gcc -c system/string.c
  7. gcc -c system/ctype.c
  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
  10. erase start.o kolibri.o stdlib.o string.o ctype.o test.o
  11. kpack test
  12. copy test bin\eng\
  13. move test bin\rus\
  14. pause