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 96944c0ec..000000000 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 2e3b4f39a..000000000 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 403f135ee..000000000 --- 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 46447ce05..000000000 --- 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 dbe0de146..000000000 --- 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 f35db1f8f..000000000 --- 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 7298af617..000000000 --- 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 eac198567..000000000 --- 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 c65ae84c8..000000000 --- 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 965cde528..000000000 --- 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 3793bbf57..000000000 --- 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 c8c69d7a6..000000000 --- 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 2d127c368..000000000 --- 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 388fefc03..000000000 --- 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 01b4e0541..000000000 --- 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 f417a672f..000000000 --- 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 9db88d751..000000000 --- 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 41d4f6094..000000000 --- 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 cfd9ed885..000000000 --- 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 f02ef42b3..000000000 --- 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 16ddcb9c2..000000000 --- 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 980cef181..000000000 --- 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 1ba551c58..000000000 --- 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 48dee6f1d..000000000 --- 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 691f8436b..000000000 --- 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 1ff12f050..000000000 --- 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 f774174a9..000000000 --- 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 5f0451b40..000000000 --- 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 35521afa2..000000000 --- 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 4954904d3..000000000 --- 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 a90f23f02..000000000 --- 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 ff73b9dcd..000000000 --- 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 ee9fb7add..000000000 --- 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 e44067287..000000000 --- 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 1abbc12f3..000000000 --- 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 a33600500..000000000 --- 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 13ff69022..000000000 --- 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 4686684f4..000000000 --- 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 4cfaa8005..000000000 --- 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 8d921aa5d..000000000 --- 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 2293d66b2..000000000 --- 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 750fbcf0e..000000000 --- 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 3ed3e0b57..000000000 --- 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 59eb56ce5..000000000 --- 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 f54d55124..000000000 --- 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 eb9ece1e5..000000000 --- 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 ff6c5163b..000000000 --- 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 f0989d2a6..000000000 --- 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 908483c0c..000000000 --- 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 da6008fb3..000000000 --- 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 cb2089c71..000000000 --- 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 2cbb3a688..000000000 --- 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 3573dd0e9..000000000 --- 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 43bb473d6..000000000 --- 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 5b6b47922..000000000 --- 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 ba9a0ac23..000000000 --- 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 9ea424c64..000000000 --- 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 684b2d77f..000000000 --- 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 b81c5d7d3..000000000 --- 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 e9b87a827..000000000 --- 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 74ae701e3..000000000 --- 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 6378ffcef..000000000 --- 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 96ed4ae29..000000000 --- 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 36da051c0..000000000 --- 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 d28f5e593..000000000 --- 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 84f929357..000000000 --- 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 a6901b008..000000000 --- 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 0c3f1dac2..000000000 --- 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 fff531a66..000000000 --- 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 3ec497427..000000000 --- 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 96c3cc01b..000000000 --- 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 1c1865ded..000000000 --- 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 979ea9d00..000000000 --- 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 7ea5394d6..000000000 --- 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 12c96b5cb..000000000 --- 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 4a29b81af..000000000 --- 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 be0b9d044..000000000 --- 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 cf33f46ac..000000000 --- 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 8326c4788..000000000 --- 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 fb21b4080..000000000 --- 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 a3b9792ae..000000000 --- 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 8b8dbafb6..000000000 --- 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 3f5c677d4..000000000 --- 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 18964a9da..000000000 --- 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 e7befb7f6..000000000 --- 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 4138dd1ac..5ac38cd9c 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 eac198567..000000000 --- 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 95e4174cb..000000000 --- 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 48e77730b..000000000 --- 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 bf47d5621..000000000 --- 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 f0138dc0a..000000000 --- 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 ddc7bccee..000000000 --- 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 f73a06dd2..000000000 --- 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 f54d8d1c3..000000000 --- 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 286a93b97..000000000 --- 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 fccd836b1..000000000 --- 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 04c3f873f..000000000 --- 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 10df5acf7..000000000 --- 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 cd5e4eae3..000000000 --- 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 2a96ebe52..000000000 --- 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 ab7cdd7b5..000000000 --- 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 e0b87fb0a..000000000 --- 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 41c1db197..000000000 --- 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 394bb5d7c..000000000 --- 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 6fb90e78d..000000000 --- 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 efdbbbd30..000000000 --- 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 71304d482..000000000 --- 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 0b9ab1129..a33f23ab5 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