Subversion Repositories Kolibri OS

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
7948 1467 d 3 h Boppan /programs/develop/ktcc/trunk/samples/ Make examples more presentable.  
/programs/develop/ktcc/trunk/samples/build_all.sh
/programs/develop/ktcc/trunk/samples/dynamic.c
7925 1470 d 5 h Boppan /programs/develop/ktcc/trunk/ Implement dynamic linking with system libraries via -lsyslibname:
console.obj
http.ibj
InputBox.obj
Add header files for apps what dynamically link these libraries.
 
/programs/develop/ktcc/trunk/lib
/programs/develop/ktcc/trunk/lib/console
/programs/develop/ktcc/trunk/lib/console/__lib__.asm
/programs/develop/ktcc/trunk/lib/console/__lib__.inc
/programs/develop/ktcc/trunk/lib/console/con_cls.asm
/programs/develop/ktcc/trunk/lib/console/con_exit.asm
/programs/develop/ktcc/trunk/lib/console/con_get_cursor_height.asm
/programs/develop/ktcc/trunk/lib/console/con_get_cursor_pos.asm
/programs/develop/ktcc/trunk/lib/console/con_get_flags.asm
/programs/develop/ktcc/trunk/lib/console/con_get_font_height.asm
/programs/develop/ktcc/trunk/lib/console/con_getch.asm
/programs/develop/ktcc/trunk/lib/console/con_getch2.asm
/programs/develop/ktcc/trunk/lib/console/con_gets.asm
/programs/develop/ktcc/trunk/lib/console/con_gets2.asm
/programs/develop/ktcc/trunk/lib/console/con_init.asm
/programs/develop/ktcc/trunk/lib/console/con_kbhit.asm
/programs/develop/ktcc/trunk/lib/console/con_printf.asm
/programs/develop/ktcc/trunk/lib/console/con_set_cursor_pos.asm
/programs/develop/ktcc/trunk/lib/console/con_set_flags.asm
/programs/develop/ktcc/trunk/lib/console/con_set_title.asm
/programs/develop/ktcc/trunk/lib/console/con_write_asciiz.asm
/programs/develop/ktcc/trunk/lib/console/con_write_string.asm
/programs/develop/ktcc/trunk/lib/console/make.bat
/programs/develop/ktcc/trunk/lib/http
/programs/develop/ktcc/trunk/lib/http/__lib__.asm
/programs/develop/ktcc/trunk/lib/http/__lib__.inc
/programs/develop/ktcc/trunk/lib/http/get.asm
/programs/develop/ktcc/trunk/lib/http/head.asm
/programs/develop/ktcc/trunk/lib/http/make.bat
/programs/develop/ktcc/trunk/lib/http/post.asm
/programs/develop/ktcc/trunk/lib/http/receive.asm
/programs/develop/ktcc/trunk/lib/http/send.asm
/programs/develop/ktcc/trunk/lib/inputbox
/programs/develop/ktcc/trunk/lib/inputbox/InputBox.asm
/programs/develop/ktcc/trunk/lib/inputbox/__lib__.asm
/programs/develop/ktcc/trunk/lib/inputbox/__lib__.inc
/programs/develop/ktcc/trunk/lib/inputbox/make.bat
/programs/develop/ktcc/trunk/lib/sample
/programs/develop/ktcc/trunk/lib/sample/__lib__.asm
/programs/develop/ktcc/trunk/lib/sample/__lib__.inc
/programs/develop/ktcc/trunk/lib/sample/howto.txt
/programs/develop/ktcc/trunk/lib/sample/make.bat
/programs/develop/ktcc/trunk/lib/sample/sample_symbol.asm
/programs/develop/ktcc/trunk/libc/include/kos
/programs/develop/ktcc/trunk/libc/include/kos/console.h
/programs/develop/ktcc/trunk/libc/include/kos/http.h
/programs/develop/ktcc/trunk/libc/include/kos/inputbox.h
/programs/develop/ktcc/trunk/libc/start/start.old.asm
/programs/develop/ktcc/trunk/samples/dynamic.c
/programs/develop/ktcc/trunk/bin/lib/start.o
/programs/develop/ktcc/trunk/libc/start/start.asm
/programs/develop/ktcc/trunk/samples/build_all.sh