home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
400-499
/
ff448.lzh
/
Mkid
/
AMIGA_README
< prev
next >
Wrap
Text File
|
1991-02-01
|
914b
|
23 lines
I got this back in 1987, and have been using it since then. It
is freely redistributable (see the original writer's copyright message).
My modifications and the 2 routines I added are public domain. It also
uses Chuck McManis's cooked IO routines.
To compile under amigados, you must use -Dfseek=unixfseek. This
is because the program assumes fseek will extend the file, which is not
normally true under amigados.
It needs an amigados makefile (badly). Don't forget to include
amiga.c, amiga_getenv.c, and raw.o.
It could use some of the 2.0 routines (like the pattern-matching
in place of unix RE's, and GetVar() in amiga_getenv.c). Under 2.0 you
can use one executable and hardlink the others (it keys off the name it
was run under).
It's pretty stable. Unix-pathing has been replaced with amiga-
pathing (., .., etc). The amiga-specific changes to the main code are
ifdef AMIGA.
Randell Jesup