
tool_details_start
   name          "LibFile";
  version    "5.03 (07-Apr-16)";
   wimpslot       32k;
   has_extended_cmdline;
tool_details_end


metaoptions_start
   has_auto_run;
   has_auto_save ^."Library" from icn 5;
   has_text_window;
   has_summary_window;
metaoptions_end


dbox_start
   icons_start
      icn  3  maps_to string  not_saved;
      icn  5  maps_to string  not_saved;
      icn  8  maps_to "-c"  produces_output;
      icn  9  maps_to "-i";
      icn 10  maps_to "-d";
      icn 11  maps_to "-e -q" produces_output;
      icn 12  maps_to "-l";
   icons_end

   defaults
   icn  3  "",
   icn  5  "",
   icn  8  on,
   icn  9  off,
   icn 10  off,
   icn 11  off,
   icn 12  off;

   imports_start
      wild_card_is "*";
      drag_to  icn 3      inserts icn 3;
      drag_to  any        inserts icn 5 separator_is " ";
      drag_to  iconbar    inserts icn 5;
      drag_to  icn 5      inserts icn 5 separator_is " ";
   imports_end
dbox_end


menu_start
   "Symbol table"      maps_to "-o";
   "List symbol table" maps_to "-s";
   "Null timestamps"   maps_to "-t";
   "Via file"          maps_to "-v " sub_menu "    Via     " 256;

   defaults
   menu 1 on,
   menu 2 off,
   menu 3 off,
   menu 4 off sub_menu "";
menu_end


deselections_start
   icn  8 deselects icn 9, icn 10, icn 11;
   icn  9 deselects icn 8, icn 10, icn 11;
   icn 10 deselects icn 8, icn  9, icn 11;
   icn 11 deselects icn 8, icn  9, icn 10;
deselections_end


exclusions_start
   icn  8 excludes icn 3;
exclusions_end

make_excludes icn 3, icn 5, icn 11, menu 4;

order_is  icn 8, icn 9, icn 10, icn 12, menu 1, menu 2, menu 3, icn 3, icn 11, output, icn 5, menu 4;

make_order_is icn 8, icn 9, icn 10, icn 12, menu 1, menu 2, menu 3, "$@"; 
