home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 148.lha / AsciiTable / read.me < prev    next >
Text File  |  1980-11-15  |  364b  |  17 lines

  1. Please see header of source code for assorted comments.
  2.  
  3. rename DHTable.h to DecHexTables.h
  4.  
  5. makefile should be:
  6.  
  7. ASCTable.o: ASCTable.c DecHexTables.h
  8.     cc +L ASCTable.c
  9.  
  10. ASCTable: ASCTable.o
  11.     ln ASCTable.o -lc32
  12.  
  13. I haven't tried to get this working with the 16-bit int libs.  Lemme know
  14. if someone gets it going.  Personally, it's not that important.  :->
  15.  
  16.   ACG
  17.