home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / dirs / mkid_448.lzh / Mkid / AMIGA_README < prev    next >
Text File  |  1991-02-01  |  914b  |  23 lines

  1.     I got this back in 1987, and have been using it since then.  It
  2. is freely redistributable (see the original writer's copyright message).
  3. My modifications and the 2 routines I added are public domain.  It also
  4. uses Chuck McManis's cooked IO routines.
  5.  
  6.     To compile under amigados, you must use -Dfseek=unixfseek.  This
  7. is because the program assumes fseek will extend the file, which is not
  8. normally true under amigados.
  9.  
  10.     It needs an amigados makefile (badly).  Don't forget to include
  11. amiga.c, amiga_getenv.c, and raw.o.
  12.  
  13.     It could use some of the 2.0 routines (like the pattern-matching
  14. in place of unix RE's, and GetVar() in amiga_getenv.c).  Under 2.0 you
  15. can use one executable and hardlink the others (it keys off the name it
  16. was run under).
  17.  
  18.     It's pretty stable.  Unix-pathing has been replaced with amiga-
  19. pathing (., .., etc).  The amiga-specific changes to the main code are
  20. ifdef AMIGA.
  21.  
  22.     Randell Jesup
  23.