Subversion Repositories Kolibri OS

Rev

Rev 8541 | Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. #SHS
  2. /sys/@notify 'Build in progress...\nYou will find binaries in /tmp0/1/tccbin' -I
  3. mkdir /tmp0/1/tccbin
  4. ../tcc asm_ex.c -lck -o /tmp0/1/tccbin/asm_ex
  5. ../tcc consoleio.c -lck -o /tmp0/1/tccbin/consoleio
  6. ../tcc files.c -lck -o /tmp0/1/tccbin/files
  7. ../tcc winbasics.c -lck -o /tmp0/1/tccbin/winbasics
  8. ../tcc dynamic.c -lck -lhttp -linputbox -o /tmp0/1/tccbin/dynamic
  9. ../tcc load_coff.c -o /tmp0/1/tccbin/load_coff -lck
  10. ../tcc clayer/msgbox.c  -lck -lmsgbox -o /tmp0/1/tccbin/msgbox
  11. ../tcc graphics.c -lck -lgb -o /tmp0/1/tccbin/graphics
  12. ../tcc clayer/rasterworks.c -lck -lrasterworks -o /tmp0/1/tccbin/rasterworks
  13. ../tcc clayer/boxlib.c -lck -lbox -o /tmp0/1/tccbin/boxlib_ex
  14. ../tcc clayer/libimg.c -lck -limg -o /tmp0/1/tccbin/libimg_ex
  15. cp clayer/logo.png /tmp0/1/tccbin/logo.png
  16. ../tcc clayer/dialog.c -lck -ldialog -o /tmp0/1/tccbin/dialog_ex
  17. ../tcc dir_example.c -lck -o /tmp0/1/tccbin/dir_example
  18. ../tcc net/tcpsrv_demo.c -lck -o /tmp0/1/tccbin/tcpsrv_demo
  19. ../tcc net/nslookup.c -lck -lnetwork -o /tmp0/1/tccbin/nslookup
  20. ../tcc net/http_tcp_demo.c -lck -lnetwork -o /tmp0/1/tccbin/http_tcp_demo
  21. ../tcc getopt_ex.c -lck -o /tmp0/1/tccbin/getopt_ex
  22. ../tcc tinygl/fps.c tinygl/gears.c -o /tmp0/1/tccbin/gears -ltinygl -lck
  23. exit
  24.