diff --git a/programs/develop/ktcc/trunk/bin/lib/libbox_lib.a b/programs/develop/ktcc/trunk/bin/lib/libbox_lib.a deleted file mode 100644 index 96944c0ec2..0000000000 Binary files a/programs/develop/ktcc/trunk/bin/lib/libbox_lib.a and /dev/null differ diff --git a/programs/develop/ktcc/trunk/bin/lib/libconsole.a b/programs/develop/ktcc/trunk/bin/lib/libconsole.a deleted file mode 100644 index 2e3b4f39a1..0000000000 Binary files a/programs/develop/ktcc/trunk/bin/lib/libconsole.a and /dev/null differ diff --git a/programs/develop/ktcc/trunk/lib/box_lib/FileBrowser_draw.asm b/programs/develop/ktcc/trunk/lib/box_lib/FileBrowser_draw.asm deleted file mode 100644 index 403f135ee0..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/FileBrowser_draw.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ FileBrowser_draw -fun_str equ 'FileBrowser_draw' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/FileBrowser_key.asm b/programs/develop/ktcc/trunk/lib/box_lib/FileBrowser_key.asm deleted file mode 100644 index 46447ce05a..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/FileBrowser_key.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ FileBrowser_key -fun_str equ 'FileBrowser_key' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/FileBrowser_mouse.asm b/programs/develop/ktcc/trunk/lib/box_lib/FileBrowser_mouse.asm deleted file mode 100644 index dbe0de1462..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/FileBrowser_mouse.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ FileBrowser_mouse -fun_str equ 'FileBrowser_mouse' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/PathShow_draw.asm b/programs/develop/ktcc/trunk/lib/box_lib/PathShow_draw.asm deleted file mode 100644 index f35db1f8fc..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/PathShow_draw.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ PathShow_draw -fun_str equ 'PathShow_draw' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/PathShow_prepare.asm b/programs/develop/ktcc/trunk/lib/box_lib/PathShow_prepare.asm deleted file mode 100644 index 7298af6173..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/PathShow_prepare.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ PathShow_prepare -fun_str equ 'PathShow_prepare' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/__lib__.asm b/programs/develop/ktcc/trunk/lib/box_lib/__lib__.asm deleted file mode 100644 index eac1985673..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/__lib__.asm +++ /dev/null @@ -1,9 +0,0 @@ -format ELF - -include '__lib__.inc' - -section '.text' - -public lib_name - -lib_name db 0x55, 0xAA, lib_name_str, 0 diff --git a/programs/develop/ktcc/trunk/lib/box_lib/__lib__.inc b/programs/develop/ktcc/trunk/lib/box_lib/__lib__.inc deleted file mode 100644 index c65ae84c8f..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/__lib__.inc +++ /dev/null @@ -1,2 +0,0 @@ -lib_name equ @box_lib.obj -lib_name_str equ '/sys/lib/box_lib.obj' \ No newline at end of file diff --git a/programs/develop/ktcc/trunk/lib/box_lib/check_box_draw2.asm b/programs/develop/ktcc/trunk/lib/box_lib/check_box_draw2.asm deleted file mode 100644 index 965cde528f..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/check_box_draw2.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ check_box_draw2 -fun_str equ 'check_box_draw2' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/check_box_mouse2.asm b/programs/develop/ktcc/trunk/lib/box_lib/check_box_mouse2.asm deleted file mode 100644 index 3793bbf57d..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/check_box_mouse2.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ check_box_mouse2 -fun_str equ 'check_box_mouse2' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/dbutton_draw.asm b/programs/develop/ktcc/trunk/lib/box_lib/dbutton_draw.asm deleted file mode 100644 index c8c69d7a6b..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/dbutton_draw.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ dbutton_draw -fun_str equ 'dbutton_draw' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/dbutton_mouse.asm b/programs/develop/ktcc/trunk/lib/box_lib/dbutton_mouse.asm deleted file mode 100644 index 2d127c3680..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/dbutton_mouse.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ dbutton_mouse -fun_str equ 'dbutton_mouse' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/edit_box.asm b/programs/develop/ktcc/trunk/lib/box_lib/edit_box.asm deleted file mode 100644 index 388fefc03c..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/edit_box.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ edit_box -fun_str equ 'edit_box' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/edit_box_key.asm b/programs/develop/ktcc/trunk/lib/box_lib/edit_box_key.asm deleted file mode 100644 index 01b4e05411..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/edit_box_key.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ edit_box_key -fun_str equ 'edit_box_key' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/edit_box_mouse.asm b/programs/develop/ktcc/trunk/lib/box_lib/edit_box_mouse.asm deleted file mode 100644 index f417a672ff..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/edit_box_mouse.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ edit_box_mouse -fun_str equ 'edit_box_mouse' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/edit_box_set_text.asm b/programs/develop/ktcc/trunk/lib/box_lib/edit_box_set_text.asm deleted file mode 100644 index 9db88d751d..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/edit_box_set_text.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ edit_box_set_text -fun_str equ 'edit_box_set_text' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/frame_draw.asm b/programs/develop/ktcc/trunk/lib/box_lib/frame_draw.asm deleted file mode 100644 index 41d4f60948..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/frame_draw.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ frame_draw -fun_str equ 'frame_draw' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/howto.txt b/programs/develop/ktcc/trunk/lib/box_lib/howto.txt deleted file mode 100644 index cfd9ed8851..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/howto.txt +++ /dev/null @@ -1,13 +0,0 @@ -Create new library wrapper - -1. Redefine lib_name and lib_name_str in __lib__.inc -2. Create file for each symbol, basing on sample_symbol.asm and for each: -2.1. Redefine fun to *your_symbol_name* -2.2. Redefine fun_name to '*your_symbol_name*' (with quotes, this is ASCII string, no trailing zero need) -3. Change make.bat as appropriate - -ACHTUNG: lib_name need to be unique in project, this is why I started it with "@" and put "." into. -ACHTUNG: lib_name_str must be at least 5 symbols long, if is not, fix this adding padding to the path. - -Now you can create header file and declare extern variables pointers-to-functions, and then link your app with -llibname (put .a file in lib folder). -For examples of such header files, look at include/kos/inputbox.h, include/kos/console.h and include/kos/http.h. IMO, first one is the simplest. diff --git a/programs/develop/ktcc/trunk/lib/box_lib/init_checkbox2.asm b/programs/develop/ktcc/trunk/lib/box_lib/init_checkbox2.asm deleted file mode 100644 index f02ef42b34..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/init_checkbox2.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ init_checkbox2 -fun_str equ 'init_checkbox2' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/make.bat b/programs/develop/ktcc/trunk/lib/box_lib/make.bat deleted file mode 100644 index 16ddcb9c23..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/make.bat +++ /dev/null @@ -1,76 +0,0 @@ -fasm __lib__.asm -fasm sample_symbol.asm -fasm option_box_mouse.asm -fasm scrollbar_v_draw.asm -fasm scrollbar_v_mouse.asm -fasm scrollbar_h_draw.asm -fasm scrollbar_h_mouse.asm -fasm dbutton_draw.asm -fasm dbutton_mouse.asm -fasm menu_bar_draw.asm -fasm menu_bar_mouse.asm -fasm menu_bar_activate.asm -fasm FileBrowser_draw.asm -fasm FileBrowser_mouse.asm -fasm FileBrowser_key.asm -fasm tl_data_init.asm -fasm tl_data_clear.asm -fasm tl_info_clear.asm -fasm tl_key.asm -fasm tl_mouse.asm -fasm tl_draw.asm -fasm tl_info_undo.asm -fasm tl_info_redo.asm -fasm tl_node_add.asm -fasm tl_node_set_data.asm -fasm tl_node_get_data.asm -fasm tl_node_delete.asm -fasm tl_cur_beg.asm -fasm tl_cur_next.asm -fasm tl_cur_perv.asm -fasm tl_node_close_open.asm -fasm tl_node_lev_inc.asm -fasm tl_node_lev_dec.asm -fasm tl_node_move_up.asm -fasm tl_node_move_down.asm -fasm tl_node_poi_get_info.asm -fasm tl_node_poi_get_next_info.asm -fasm tl_node_poi_get_data.asm -fasm tl_save_mem.asm -fasm tl_load_mem.asm -fasm tl_get_mem_size.asm -fasm PathShow_prepare.asm -fasm PathShow_draw.asm -fasm ted_but_sumb_upper.asm -fasm ted_but_sumb_lover.asm -fasm ted_but_convert_by_table.asm -fasm ted_can_save.asm -fasm ted_clear.asm -fasm ted_delete.asm -fasm ted_draw.asm -fasm ted_init.asm -fasm ted_init_scroll_bars.asm -fasm ted_init_syntax_file.asm -fasm ted_is_select.asm -fasm ted_key.asm -fasm ted_mouse.asm -fasm ted_open_file.asm -fasm ted_save_file.asm -fasm ted_text_add.asm -fasm ted_but_select_word.asm -fasm ted_but_cut.asm -fasm ted_but_copy.asm -fasm ted_but_paste.asm -fasm ted_but_undo.asm -fasm ted_but_redo.asm -fasm ted_but_reverse.asm -fasm ted_but_find.asm -fasm ted_but_replace.asm -fasm ted_text_colored.asm -fasm ted_go_to_position.asm -fasm frame_draw.asm -fasm progressbar_draw.asm -fasm progressbar_progress.asm -kos32-ar -ru libbox_lib.a *.o -del *.o -pause \ No newline at end of file diff --git a/programs/develop/ktcc/trunk/lib/box_lib/menu_bar_activate.asm b/programs/develop/ktcc/trunk/lib/box_lib/menu_bar_activate.asm deleted file mode 100644 index 980cef181f..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/menu_bar_activate.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ menu_bar_activate -fun_str equ 'menu_bar_activate' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/menu_bar_draw.asm b/programs/develop/ktcc/trunk/lib/box_lib/menu_bar_draw.asm deleted file mode 100644 index 1ba551c583..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/menu_bar_draw.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ menu_bar_draw -fun_str equ 'menu_bar_draw' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/menu_bar_mouse.asm b/programs/develop/ktcc/trunk/lib/box_lib/menu_bar_mouse.asm deleted file mode 100644 index 48dee6f1d5..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/menu_bar_mouse.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ menu_bar_mouse -fun_str equ 'menu_bar_mouse' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/option_box_draw.asm b/programs/develop/ktcc/trunk/lib/box_lib/option_box_draw.asm deleted file mode 100644 index 691f8436b8..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/option_box_draw.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ option_box_draw -fun_str equ 'option_box_draw' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/option_box_mouse.asm b/programs/develop/ktcc/trunk/lib/box_lib/option_box_mouse.asm deleted file mode 100644 index 1ff12f0506..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/option_box_mouse.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ option_box_mouse -fun_str equ 'option_box_mouse' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/progressbar_draw.asm b/programs/develop/ktcc/trunk/lib/box_lib/progressbar_draw.asm deleted file mode 100644 index f774174a9c..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/progressbar_draw.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ progressbar_draw -fun_str equ 'progressbar_draw' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/progressbar_progress.asm b/programs/develop/ktcc/trunk/lib/box_lib/progressbar_progress.asm deleted file mode 100644 index 5f0451b40d..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/progressbar_progress.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ progressbar_progress -fun_str equ 'progressbar_progress' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/scrollbar_h_draw.asm b/programs/develop/ktcc/trunk/lib/box_lib/scrollbar_h_draw.asm deleted file mode 100644 index 35521afa28..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/scrollbar_h_draw.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ scrollbar_h_draw -fun_str equ 'scrollbar_h_draw' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/scrollbar_h_mouse.asm b/programs/develop/ktcc/trunk/lib/box_lib/scrollbar_h_mouse.asm deleted file mode 100644 index 4954904d3f..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/scrollbar_h_mouse.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ scrollbar_h_mouse -fun_str equ 'scrollbar_h_mouse' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/scrollbar_v_draw.asm b/programs/develop/ktcc/trunk/lib/box_lib/scrollbar_v_draw.asm deleted file mode 100644 index a90f23f02c..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/scrollbar_v_draw.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ scrollbar_v_draw -fun_str equ 'scrollbar_v_draw' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/scrollbar_v_mouse.asm b/programs/develop/ktcc/trunk/lib/box_lib/scrollbar_v_mouse.asm deleted file mode 100644 index ff73b9dcd4..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/scrollbar_v_mouse.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ scrollbar_v_mouse -fun_str equ 'scrollbar_v_mouse' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/ted_but_convert_by_table.asm b/programs/develop/ktcc/trunk/lib/box_lib/ted_but_convert_by_table.asm deleted file mode 100644 index ee9fb7add7..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/ted_but_convert_by_table.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ ted_but_convert_by_table -fun_str equ 'ted_but_convert_by_table' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/ted_but_copy.asm b/programs/develop/ktcc/trunk/lib/box_lib/ted_but_copy.asm deleted file mode 100644 index e440672876..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/ted_but_copy.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ ted_but_copy -fun_str equ 'ted_but_copy' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/ted_but_cut.asm b/programs/develop/ktcc/trunk/lib/box_lib/ted_but_cut.asm deleted file mode 100644 index 1abbc12f3d..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/ted_but_cut.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ ted_but_cut -fun_str equ 'ted_but_cut' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/ted_but_find.asm b/programs/develop/ktcc/trunk/lib/box_lib/ted_but_find.asm deleted file mode 100644 index a336005001..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/ted_but_find.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ ted_but_find -fun_str equ 'ted_but_find' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/ted_but_paste.asm b/programs/develop/ktcc/trunk/lib/box_lib/ted_but_paste.asm deleted file mode 100644 index 13ff690229..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/ted_but_paste.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ ted_but_paste -fun_str equ 'ted_but_paste' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/ted_but_redo.asm b/programs/develop/ktcc/trunk/lib/box_lib/ted_but_redo.asm deleted file mode 100644 index 4686684f49..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/ted_but_redo.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ ted_but_redo -fun_str equ 'ted_but_redo' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/ted_but_replace.asm b/programs/develop/ktcc/trunk/lib/box_lib/ted_but_replace.asm deleted file mode 100644 index 4cfaa8005b..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/ted_but_replace.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ ted_but_replace -fun_str equ 'ted_but_replace' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/ted_but_reverse.asm b/programs/develop/ktcc/trunk/lib/box_lib/ted_but_reverse.asm deleted file mode 100644 index 8d921aa5de..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/ted_but_reverse.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ ted_but_reverse -fun_str equ 'ted_but_reverse' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/ted_but_select_word.asm b/programs/develop/ktcc/trunk/lib/box_lib/ted_but_select_word.asm deleted file mode 100644 index 2293d66b22..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/ted_but_select_word.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ ted_but_select_word -fun_str equ 'ted_but_select_word' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/ted_but_sumb_lover.asm b/programs/develop/ktcc/trunk/lib/box_lib/ted_but_sumb_lover.asm deleted file mode 100644 index 750fbcf0e0..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/ted_but_sumb_lover.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ ted_but_sumb_lover -fun_str equ 'ted_but_sumb_lover' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/ted_but_sumb_upper.asm b/programs/develop/ktcc/trunk/lib/box_lib/ted_but_sumb_upper.asm deleted file mode 100644 index 3ed3e0b578..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/ted_but_sumb_upper.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ ted_but_sumb_upper -fun_str equ 'ted_but_sumb_upper' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/ted_but_undo.asm b/programs/develop/ktcc/trunk/lib/box_lib/ted_but_undo.asm deleted file mode 100644 index 59eb56ce59..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/ted_but_undo.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ ted_but_undo -fun_str equ 'ted_but_undo' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/ted_can_save.asm b/programs/develop/ktcc/trunk/lib/box_lib/ted_can_save.asm deleted file mode 100644 index f54d551241..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/ted_can_save.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ ted_can_save -fun_str equ 'ted_can_save' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/ted_clear.asm b/programs/develop/ktcc/trunk/lib/box_lib/ted_clear.asm deleted file mode 100644 index eb9ece1e5b..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/ted_clear.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ ted_clear -fun_str equ 'ted_clear' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/ted_delete.asm b/programs/develop/ktcc/trunk/lib/box_lib/ted_delete.asm deleted file mode 100644 index ff6c5163bc..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/ted_delete.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ ted_delete -fun_str equ 'ted_delete' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/ted_draw.asm b/programs/develop/ktcc/trunk/lib/box_lib/ted_draw.asm deleted file mode 100644 index f0989d2a62..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/ted_draw.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ ted_draw -fun_str equ 'ted_draw' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/ted_go_to_position.asm b/programs/develop/ktcc/trunk/lib/box_lib/ted_go_to_position.asm deleted file mode 100644 index 908483c0cb..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/ted_go_to_position.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ ted_go_to_position -fun_str equ 'ted_go_to_position' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/ted_init.asm b/programs/develop/ktcc/trunk/lib/box_lib/ted_init.asm deleted file mode 100644 index da6008fb39..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/ted_init.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ ted_init -fun_str equ 'ted_init' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/ted_init_scroll_bars.asm b/programs/develop/ktcc/trunk/lib/box_lib/ted_init_scroll_bars.asm deleted file mode 100644 index cb2089c71e..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/ted_init_scroll_bars.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ ted_init_scroll_bars -fun_str equ 'ted_init_scroll_bars' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/ted_init_syntax_file.asm b/programs/develop/ktcc/trunk/lib/box_lib/ted_init_syntax_file.asm deleted file mode 100644 index 2cbb3a6884..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/ted_init_syntax_file.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ ted_init_syntax_file -fun_str equ 'ted_init_syntax_file' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/ted_is_select.asm b/programs/develop/ktcc/trunk/lib/box_lib/ted_is_select.asm deleted file mode 100644 index 3573dd0e98..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/ted_is_select.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ ted_is_select -fun_str equ 'ted_is_select' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/ted_key.asm b/programs/develop/ktcc/trunk/lib/box_lib/ted_key.asm deleted file mode 100644 index 43bb473d63..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/ted_key.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ ted_key -fun_str equ 'ted_key' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/ted_mouse.asm b/programs/develop/ktcc/trunk/lib/box_lib/ted_mouse.asm deleted file mode 100644 index 5b6b47922a..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/ted_mouse.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ ted_mouse -fun_str equ 'ted_mouse' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/ted_open_file.asm b/programs/develop/ktcc/trunk/lib/box_lib/ted_open_file.asm deleted file mode 100644 index ba9a0ac234..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/ted_open_file.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ ted_open_file -fun_str equ 'ted_open_file' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/ted_save_file.asm b/programs/develop/ktcc/trunk/lib/box_lib/ted_save_file.asm deleted file mode 100644 index 9ea424c646..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/ted_save_file.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ ted_save_file -fun_str equ 'ted_save_file' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/ted_text_add.asm b/programs/develop/ktcc/trunk/lib/box_lib/ted_text_add.asm deleted file mode 100644 index 684b2d77f6..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/ted_text_add.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ ted_text_add -fun_str equ 'ted_text_add' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/ted_text_colored.asm b/programs/develop/ktcc/trunk/lib/box_lib/ted_text_colored.asm deleted file mode 100644 index b81c5d7d37..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/ted_text_colored.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ ted_text_colored -fun_str equ 'ted_text_colored' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/tl_cur_beg.asm b/programs/develop/ktcc/trunk/lib/box_lib/tl_cur_beg.asm deleted file mode 100644 index e9b87a827a..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/tl_cur_beg.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ tl_cur_beg -fun_str equ 'tl_cur_beg' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/tl_cur_next.asm b/programs/develop/ktcc/trunk/lib/box_lib/tl_cur_next.asm deleted file mode 100644 index 74ae701e31..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/tl_cur_next.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ tl_cur_next -fun_str equ 'tl_cur_next' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/tl_cur_perv.asm b/programs/develop/ktcc/trunk/lib/box_lib/tl_cur_perv.asm deleted file mode 100644 index 6378ffcef8..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/tl_cur_perv.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ tl_cur_perv -fun_str equ 'tl_cur_perv' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/tl_data_clear.asm b/programs/develop/ktcc/trunk/lib/box_lib/tl_data_clear.asm deleted file mode 100644 index 96ed4ae295..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/tl_data_clear.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ tl_data_clear -fun_str equ 'tl_data_clear' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/tl_data_init.asm b/programs/develop/ktcc/trunk/lib/box_lib/tl_data_init.asm deleted file mode 100644 index 36da051c05..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/tl_data_init.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ tl_data_init -fun_str equ 'tl_data_init' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/tl_draw.asm b/programs/develop/ktcc/trunk/lib/box_lib/tl_draw.asm deleted file mode 100644 index d28f5e5938..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/tl_draw.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ tl_draw -fun_str equ 'tl_draw' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/tl_get_mem_size.asm b/programs/develop/ktcc/trunk/lib/box_lib/tl_get_mem_size.asm deleted file mode 100644 index 84f9293576..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/tl_get_mem_size.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ tl_get_mem_size -fun_str equ 'tl_get_mem_size' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/tl_info_clear.asm b/programs/develop/ktcc/trunk/lib/box_lib/tl_info_clear.asm deleted file mode 100644 index a6901b008a..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/tl_info_clear.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ tl_info_clear -fun_str equ 'tl_info_clear' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/tl_info_redo.asm b/programs/develop/ktcc/trunk/lib/box_lib/tl_info_redo.asm deleted file mode 100644 index 0c3f1dac2c..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/tl_info_redo.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ tl_info_redo -fun_str equ 'tl_info_redo' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/tl_info_undo.asm b/programs/develop/ktcc/trunk/lib/box_lib/tl_info_undo.asm deleted file mode 100644 index fff531a661..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/tl_info_undo.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ tl_info_undo -fun_str equ 'tl_info_undo' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/tl_key.asm b/programs/develop/ktcc/trunk/lib/box_lib/tl_key.asm deleted file mode 100644 index 3ec497427a..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/tl_key.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ tl_key -fun_str equ 'tl_key' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/tl_load_mem.asm b/programs/develop/ktcc/trunk/lib/box_lib/tl_load_mem.asm deleted file mode 100644 index 96c3cc01ba..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/tl_load_mem.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ tl_load_mem -fun_str equ 'tl_load_mem' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/tl_mouse.asm b/programs/develop/ktcc/trunk/lib/box_lib/tl_mouse.asm deleted file mode 100644 index 1c1865dedb..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/tl_mouse.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ tl_mouse -fun_str equ 'tl_mouse' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/tl_node_add.asm b/programs/develop/ktcc/trunk/lib/box_lib/tl_node_add.asm deleted file mode 100644 index 979ea9d004..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/tl_node_add.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ tl_node_add -fun_str equ 'tl_node_add' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/tl_node_close_open.asm b/programs/develop/ktcc/trunk/lib/box_lib/tl_node_close_open.asm deleted file mode 100644 index 7ea5394d61..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/tl_node_close_open.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ tl_node_close_open -fun_str equ 'tl_node_close_open' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/tl_node_delete.asm b/programs/develop/ktcc/trunk/lib/box_lib/tl_node_delete.asm deleted file mode 100644 index 12c96b5cb3..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/tl_node_delete.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ tl_node_delete -fun_str equ 'tl_node_delete' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/tl_node_get_data.asm b/programs/develop/ktcc/trunk/lib/box_lib/tl_node_get_data.asm deleted file mode 100644 index 4a29b81af1..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/tl_node_get_data.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ tl_node_get_data -fun_str equ 'tl_node_get_data' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/tl_node_lev_dec.asm b/programs/develop/ktcc/trunk/lib/box_lib/tl_node_lev_dec.asm deleted file mode 100644 index be0b9d044d..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/tl_node_lev_dec.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ tl_node_lev_dec -fun_str equ 'tl_node_lev_dec' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/tl_node_lev_inc.asm b/programs/develop/ktcc/trunk/lib/box_lib/tl_node_lev_inc.asm deleted file mode 100644 index cf33f46acb..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/tl_node_lev_inc.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ tl_node_lev_inc -fun_str equ 'tl_node_lev_inc' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/tl_node_move_down.asm b/programs/develop/ktcc/trunk/lib/box_lib/tl_node_move_down.asm deleted file mode 100644 index 8326c47882..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/tl_node_move_down.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ tl_node_move_down -fun_str equ 'tl_node_move_down' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/tl_node_move_up.asm b/programs/develop/ktcc/trunk/lib/box_lib/tl_node_move_up.asm deleted file mode 100644 index fb21b40809..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/tl_node_move_up.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ tl_node_move_up -fun_str equ 'tl_node_move_up' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/tl_node_poi_get_data.asm b/programs/develop/ktcc/trunk/lib/box_lib/tl_node_poi_get_data.asm deleted file mode 100644 index a3b9792aeb..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/tl_node_poi_get_data.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ tl_node_poi_get_data -fun_str equ 'tl_node_poi_get_data' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/tl_node_poi_get_info.asm b/programs/develop/ktcc/trunk/lib/box_lib/tl_node_poi_get_info.asm deleted file mode 100644 index 8b8dbafb6b..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/tl_node_poi_get_info.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ tl_node_poi_get_info -fun_str equ 'tl_node_poi_get_info' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/tl_node_poi_get_next_info.asm b/programs/develop/ktcc/trunk/lib/box_lib/tl_node_poi_get_next_info.asm deleted file mode 100644 index 3f5c677d43..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/tl_node_poi_get_next_info.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ tl_node_poi_get_next_info -fun_str equ 'tl_node_poi_get_next_info' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/tl_node_set_data.asm b/programs/develop/ktcc/trunk/lib/box_lib/tl_node_set_data.asm deleted file mode 100644 index 18964a9da9..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/tl_node_set_data.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ tl_node_set_data -fun_str equ 'tl_node_set_data' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/box_lib/tl_save_mem.asm b/programs/develop/ktcc/trunk/lib/box_lib/tl_save_mem.asm deleted file mode 100644 index e7befb7f6c..0000000000 --- a/programs/develop/ktcc/trunk/lib/box_lib/tl_save_mem.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ tl_save_mem -fun_str equ 'tl_save_mem' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/boxlib/boxlib.asm b/programs/develop/ktcc/trunk/lib/boxlib/boxlib.asm index 4138dd1acf..5ac38cd9cc 100644 --- a/programs/develop/ktcc/trunk/lib/boxlib/boxlib.asm +++ b/programs/develop/ktcc/trunk/lib/boxlib/boxlib.asm @@ -1,4 +1,4 @@ -; writed by maxñodehack +; writed by maxcodehack ; adaptation of clayer for ktcc format elf use32 ; Tell compiler to use 32 bit instructions diff --git a/programs/develop/ktcc/trunk/lib/console/__lib__.asm b/programs/develop/ktcc/trunk/lib/console/__lib__.asm deleted file mode 100644 index eac1985673..0000000000 --- a/programs/develop/ktcc/trunk/lib/console/__lib__.asm +++ /dev/null @@ -1,9 +0,0 @@ -format ELF - -include '__lib__.inc' - -section '.text' - -public lib_name - -lib_name db 0x55, 0xAA, lib_name_str, 0 diff --git a/programs/develop/ktcc/trunk/lib/console/__lib__.inc b/programs/develop/ktcc/trunk/lib/console/__lib__.inc deleted file mode 100644 index 95e4174cb8..0000000000 --- a/programs/develop/ktcc/trunk/lib/console/__lib__.inc +++ /dev/null @@ -1,2 +0,0 @@ -lib_name equ @console.obj -lib_name_str equ '/sys/lib/console.obj' diff --git a/programs/develop/ktcc/trunk/lib/console/con_cls.asm b/programs/develop/ktcc/trunk/lib/console/con_cls.asm deleted file mode 100644 index 48e77730b2..0000000000 --- a/programs/develop/ktcc/trunk/lib/console/con_cls.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ con_cls -fun_str equ 'con_cls' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/console/con_exit.asm b/programs/develop/ktcc/trunk/lib/console/con_exit.asm deleted file mode 100644 index bf47d56217..0000000000 --- a/programs/develop/ktcc/trunk/lib/console/con_exit.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ con_exit -fun_str equ 'con_exit' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/console/con_get_cursor_height.asm b/programs/develop/ktcc/trunk/lib/console/con_get_cursor_height.asm deleted file mode 100644 index f0138dc0ac..0000000000 --- a/programs/develop/ktcc/trunk/lib/console/con_get_cursor_height.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ con_get_cursor_height -fun_str equ 'con_get_cursor_height' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/console/con_get_cursor_pos.asm b/programs/develop/ktcc/trunk/lib/console/con_get_cursor_pos.asm deleted file mode 100644 index ddc7bcceea..0000000000 --- a/programs/develop/ktcc/trunk/lib/console/con_get_cursor_pos.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ con_get_cursor_pos -fun_str equ 'con_get_cursor_pos' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/console/con_get_flags.asm b/programs/develop/ktcc/trunk/lib/console/con_get_flags.asm deleted file mode 100644 index f73a06dd26..0000000000 --- a/programs/develop/ktcc/trunk/lib/console/con_get_flags.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ con_get_flags -fun_str equ 'con_get_flags' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/console/con_get_font_height.asm b/programs/develop/ktcc/trunk/lib/console/con_get_font_height.asm deleted file mode 100644 index f54d8d1c34..0000000000 --- a/programs/develop/ktcc/trunk/lib/console/con_get_font_height.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ con_get_font_height -fun_str equ 'con_get_font_height' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/console/con_getch.asm b/programs/develop/ktcc/trunk/lib/console/con_getch.asm deleted file mode 100644 index 286a93b97d..0000000000 --- a/programs/develop/ktcc/trunk/lib/console/con_getch.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ con_getch -fun_str equ 'con_getch' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/console/con_getch2.asm b/programs/develop/ktcc/trunk/lib/console/con_getch2.asm deleted file mode 100644 index fccd836b13..0000000000 --- a/programs/develop/ktcc/trunk/lib/console/con_getch2.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ con_getch2 -fun_str equ 'con_getch2' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/console/con_gets.asm b/programs/develop/ktcc/trunk/lib/console/con_gets.asm deleted file mode 100644 index 04c3f873fe..0000000000 --- a/programs/develop/ktcc/trunk/lib/console/con_gets.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ con_gets -fun_str equ 'con_gets' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/console/con_gets2.asm b/programs/develop/ktcc/trunk/lib/console/con_gets2.asm deleted file mode 100644 index 10df5acf78..0000000000 --- a/programs/develop/ktcc/trunk/lib/console/con_gets2.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ con_gets2 -fun_str equ 'con_gets2' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/console/con_init.asm b/programs/develop/ktcc/trunk/lib/console/con_init.asm deleted file mode 100644 index cd5e4eae3a..0000000000 --- a/programs/develop/ktcc/trunk/lib/console/con_init.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ con_init -fun_str equ 'con_init' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/console/con_kbhit.asm b/programs/develop/ktcc/trunk/lib/console/con_kbhit.asm deleted file mode 100644 index 2a96ebe52d..0000000000 --- a/programs/develop/ktcc/trunk/lib/console/con_kbhit.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ con_kbhit -fun_str equ 'con_kbhit' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/console/con_printf.asm b/programs/develop/ktcc/trunk/lib/console/con_printf.asm deleted file mode 100644 index ab7cdd7b59..0000000000 --- a/programs/develop/ktcc/trunk/lib/console/con_printf.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ con_printf -fun_str equ 'con_printf' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/console/con_set_cursor_pos.asm b/programs/develop/ktcc/trunk/lib/console/con_set_cursor_pos.asm deleted file mode 100644 index e0b87fb0a4..0000000000 --- a/programs/develop/ktcc/trunk/lib/console/con_set_cursor_pos.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ con_set_cursor_pos -fun_str equ 'con_set_cursor_pos' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/console/con_set_flags.asm b/programs/develop/ktcc/trunk/lib/console/con_set_flags.asm deleted file mode 100644 index 41c1db1976..0000000000 --- a/programs/develop/ktcc/trunk/lib/console/con_set_flags.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ con_set_flags -fun_str equ 'con_set_flags' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/console/con_set_title.asm b/programs/develop/ktcc/trunk/lib/console/con_set_title.asm deleted file mode 100644 index 394bb5d7c6..0000000000 --- a/programs/develop/ktcc/trunk/lib/console/con_set_title.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ con_set_title -fun_str equ 'con_set_title' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/console/con_write_asciiz.asm b/programs/develop/ktcc/trunk/lib/console/con_write_asciiz.asm deleted file mode 100644 index 6fb90e78da..0000000000 --- a/programs/develop/ktcc/trunk/lib/console/con_write_asciiz.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ con_write_asciiz -fun_str equ 'con_write_asciiz' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/console/con_write_string.asm b/programs/develop/ktcc/trunk/lib/console/con_write_string.asm deleted file mode 100644 index efdbbbd306..0000000000 --- a/programs/develop/ktcc/trunk/lib/console/con_write_string.asm +++ /dev/null @@ -1,18 +0,0 @@ -format ELF - -include "__lib__.inc" - -fun equ con_write_string -fun_str equ 'con_write_string' - -section '.text' - -fun_name db fun_str, 0 - -section '.data' - -extrn lib_name -public fun - -fun dd fun_name -lib dd lib_name diff --git a/programs/develop/ktcc/trunk/lib/console/make.bat b/programs/develop/ktcc/trunk/lib/console/make.bat deleted file mode 100644 index 71304d4821..0000000000 --- a/programs/develop/ktcc/trunk/lib/console/make.bat +++ /dev/null @@ -1,22 +0,0 @@ -fasm __lib__.asm -fasm con_write_asciiz.asm -fasm con_write_string.asm -fasm con_init.asm -fasm con_exit.asm -fasm con_set_title.asm -fasm con_printf.asm -fasm con_get_flags.asm -fasm con_set_flags.asm -fasm con_get_font_height.asm -fasm con_get_cursor_height.asm -fasm con_getch.asm -fasm con_getch2.asm -fasm con_kbhit.asm -fasm con_gets.asm -fasm con_gets2.asm -fasm con_cls.asm -fasm con_get_cursor_pos.asm -fasm con_set_cursor_pos.asm -kos32-ar -ru libconsole.a *.o -del *.o -pause \ No newline at end of file diff --git a/programs/develop/ktcc/trunk/samples/clayer/boxlib.c b/programs/develop/ktcc/trunk/samples/clayer/boxlib.c index 0b9ab1129d..a33f23ab57 100644 --- a/programs/develop/ktcc/trunk/samples/clayer/boxlib.c +++ b/programs/develop/ktcc/trunk/samples/clayer/boxlib.c @@ -1,3 +1,5 @@ +// BOXLIB EXAMPLE (scrollbar) +// Writed by maxcodehack #include #include #include