home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / filing / bindiff / !BinDiff / Desc < prev    next >
Encoding:
Text File  |  1998-01-26  |  801 b   |  39 lines

  1. # This is a description of the wimp interface for bindiff
  2. # Liam Gretton for Leicester Univeristy, July 1997
  3.  
  4. tool_details_start
  5.    name          "BinDiff";
  6.    command_is    "<BinDiff$Dir>.bindiff";
  7.    version       "0.03 26 January 1998";
  8.    wimpslot       128k;
  9.    has_extended_cmdline;
  10. tool_details_end
  11.  
  12.  
  13. metaoptions_start
  14.    has_text_window;
  15.    has_summary_window;
  16. metaoptions_end
  17.  
  18.  
  19. dbox_start
  20.    icons_start
  21.       icn 3  maps_to string  not_saved;
  22.       icn 5  maps_to string  not_saved;
  23.       icn 6  maps_to "-w";        # compare words, not bytes
  24.    icons_end
  25.  
  26.    defaults
  27.    icn 3 "",
  28.    icn 5 "",
  29.    icn 6 off;
  30.  
  31.    imports_start
  32.       drag_to  icn 3   inserts icn 3;
  33.       drag_to  icn 5   inserts icn 5;
  34.       drag_to  iconbar inserts icn 3;
  35.    imports_end
  36. dbox_end
  37.  
  38. order_is icn 6, icn 3, icn 5;
  39.