Subversion Repositories Kolibri OS

Rev

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

Rev Author Line No. Line
7910 leency 1
#SHS
8109 maxcodehac 2
../tcc asm_ex.c -lck -o asm_ex
3
../tcc consoleio.c -lck -o consoleio
4
../tcc files.c -lck -o files
5
../tcc winbasics.c -lck -o winbasics
6
../tcc dynamic.c -lhttp -linputbox -o dynamic
8098 superturbo 7
../tcc load_coff.c -o load_coff -lck
8107 superturbo 8
../tcc clayer/msgbox.c  -lck -lmsgbox -o msgbox
8101 superturbo 9
../tcc graphics.c -lck -lgb -o graphics
8107 superturbo 10
../tcc clayer/rasterworks.c -lck -lrasterworks -o rasterworks
8188 maxcodehac 11
../tcc clayer/boxlib.c -lck -lbox -o boxlib
12
../tcc clayer/libimg.c -lck -limg -o libimg
8098 superturbo 13
exit