Subversion Repositories DevTools

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2875 dpurdie 1
msg_warning:(Warning) 
2
msg_error:(Error)   
3
msg_fatal:(Fatal)   
4
msg_mem_req_too_big:Memory request %u too big.
5
msg_mem_req_silly:Zero or negative memory request %d.
6
msg_mem_out:Out of memory.
7
msg_unable_open_lib:Unable to open library %s.
8
msg_not_lib:%s is not a library file.
9
msg_read_error:Unable to read %s.
10
msg_no_match:No match for %s.
11
msg_no_file:Can't find file %s.
12
msg_unable_open_file:Unable to open file %s.
13
msg_write_error:Unable to write file %s.
14
msg_error_writing:Error writing file %s.
15
msg_zero_length:Zero-length file: %s
16
msg_member_diff_sex:Library member %s has different bytesex.
17
msg_not_chunk_file:Library member %s is not a chunk file.
18
msg_bad_member:Bad library member %s.
19
msg_no_symbol_table:No symbol table in %s.
20
msg_no_string_table:No string table in %s.
21
msg_no_exported_syms:No exported symbols in %s.
22
msg_sym_tab_too_big:Symbol table (size %lu) too big in %s.
23
msg_no_external_sym_tab:No external symbol table.
24
msg_multiple_libs:Multiple libraries: %s amd %s.
25
msg_unknown_option:Unrecognised option(s) -%s.
26
msg_no_via_filename:No filename supplied for -via option.
27
msg_only_one_option:Only one of -c, -i, -d and -e may be used.
28
msg_no_lib_specified:No library file specified.
29
msg_must_use_one_option:Please use at least one of -c, -i, -d, -e, -o, -l or -s.
30
msg_no_file_or_member_list:No file or member list specified.
31
msg_invalid_file_or_member_list:Invalid file or member list.
32
msg_no_target_dirname:No directory path supplied for -d option.
33
msg_duplicate_member:Duplicate library member %s.
34
msg_lib_no_vsn:\nFormat version: (no version number)\n
35
msg_lib_vsn_n:\nFormat version: %d\n
36
msg_last_modify:Last Modification: %s\n
37
msg_contents:\nContents:\n\n
38
msg_member_info:  %-40s %10d   %s\n
39
msg_end_of_lib:\nEnd of Library\n
40
msg_ext_sym_tab_generated:External Symbol Table, generated: %s\n\n
41
msg_sym_tab_info:  %-40s from   %s\n
42
msg_end_table:\nEnd of Table\n
43
msg_help_1:\
44
%s version %s [%s]\n       - AOF library creation and maintenance tool\n\n\
45
Command format:\n\n\
46
%s options library [ file_list | member_list ]\n\n
47
msg_help_wild:Wildcards '%c' and '*' may be used in <member_list>\n\n
48
msg_help_2:\
49
Options:-\n\
50
\n\
51
-c      Create a new library containing files in <file_list>.\n\
52
-i      Insert files in <file_list>, replace existing members of the same name.\n\
53
-d      Delete the members in <member_list>.\n\
54
-e      Extract members in <member_list> placing in files of the same name.\n
55
msg_help_3:\
56
-o      Add an external symbol table to an object library (DEFAULT).\n\
57
-n      Do not add an external symbol table to an object library.\n\
58
-p      Respect paths of files and objects.\n\
59
-l      List library, may be specified with any other option.\n\
60
-s      List symbol table, may be specified with any other option.\n\
61
-t dir  Extract files to <dir> directory.\n\
62
-v file Take additional arguments from via file.\n\
63
\n
64
msg_help_4:\
65
Examples:-\n\
66
\n\
67
        %s -c mylib obj1 obj2 obj3...\n\
68
        %s -e mylib %csort*\n\
69
        %s -d mylib hash.o\n\
70
        %s -i mylib quick_sort.o quick_hash1.o\n\
71
        %s -l -s ansilib\n\n