home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / gdb-4.16-base.tgz / gdb-4.16-base.tar / fsf / gdb / utils / mpw / README < prev    next >
Text File  |  1995-03-17  |  761b  |  19 lines

  1. This directory contains MPW scripts and related files that are needed to
  2. build Cygnus GNU tools for MPW.
  3.  
  4. "tr-7to8-src" is actually the source to an MPW script that transforms
  5. sequences like "\Option-d" into the actual 8-bit chars that MPW needs.
  6. It's only the source because it can't itself include any 8-bit chars.
  7. It *can* be processed into a genuine "tr-7to8" by using itself:
  8.  
  9.     tr-7to8 tr-7to8-src | sed -e 's/Src//' >new-tr-7to8
  10.  
  11. Use this to verify:
  12.  
  13.     compare tr-7to8 new-tr-7to8
  14.  
  15. If you don't have a working tr-7to8, then you will have to manually
  16. replace all occurrences of "\Option-d" with real Option-d (which looks
  17. like a delta), then do similarly with all the other "\Option-..."
  18. strings, and then change "\SrcOption-d" into the string "\Option-d".
  19.