Subversion Repositories Kolibri OS

Rev

Rev 8540 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
7910 leency 1
#SHS
8251 superturbo 2
../tcc asm_ex.c -lck -o /tmp0/1/asm_ex
3
../tcc consoleio.c -lck -o /tmp0/1/consoleio
4
../tcc files.c -lck -o /tmp0/1/files
5
../tcc winbasics.c -lck -o /tmp0/1/winbasics
6
../tcc dynamic.c -lck -lhttp -linputbox -o /tmp0/1/dynamic
7
../tcc load_coff.c -o /tmp0/1/load_coff -lck
8
../tcc clayer/msgbox.c  -lck -lmsgbox -o /tmp0/1/msgbox
9
../tcc graphics.c -lck -lgb -o /tmp0/1/graphics
10
../tcc clayer/rasterworks.c -lck -lrasterworks -o /tmp0/1/rasterworks
11
../tcc clayer/boxlib.c -lck -lbox -o /tmp0/1/boxlib_ex
12
../tcc clayer/libimg.c -lck -limg -o /tmp0/1/libimg_ex
8541 superturbo 13
cp clayer/logo.png /tmp0/1/logo.png
8426 superturbo 14
../tcc clayer/dialog.c -lck -ldialog -o /tmp0/1/dialog_ex
8280 superturbo 15
../tcc dir_example.c -lck -o /tmp0/1/dir_example
8315 superturbo 16
../tcc net/tcpsrv_demo.c -lck -o /tmp0/1/tcpsrv_demo
8338 superturbo 17
../tcc net/nslookup.c -lck -lnetwork -o /tmp0/1/nslookup
8464 superturbo 18
../tcc net/http_tcp_demo.c -lck -lnetwork -o /tmp0/1/http_tcp_demo
8380 superturbo 19
../tcc getopt_ex.c -lck -o /tmp0/1/getopt_ex
8405 superturbo 20
../tcc tinygl/fps.c tinygl/gears.c -o /tmp0/1/gears -ltinygl -lck
8098 superturbo 21
exit