home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / oxcc1433.zip / DOC / OXCCL.TXT < prev    next >
Text File  |  1995-05-13  |  356b  |  15 lines

  1. OXCCL.DOC
  2.  
  3.     `oxccl' is a linker for .anf files.
  4.  
  5.  
  6. Usage: oxccl [-odsD] [infile...]
  7.    -o outfile == name of output file
  8.    -d == print debug output
  9.    -D == only print debug output
  10.    -s == strip declarations and line numbers
  11.    -? == print this message
  12.    Default input file is `code.anf'.
  13.    Default output file is specified by the input.
  14.  
  15.