home *** CD-ROM | disk | FTP | other *** search
-
- The modules/ directory contains the module sources and SAS C 5.10a
- object modules. If you are using Manx, copy Makefile.Manx to
- Makefile, and copy iffobj/Manx/#?.o to the modules/ directory.
-
- The includes files subdirectory (iffp/) may be placed in your
- current directory or your normal include directory.
-
- COMPILATION NOTES
- These modules and examples have been compiled using SAS C 5.10a
- and Manx C 5.0d, with 2.0 (37.1) include files and 2.0 amiga.lib.
- You must have at least 37.1 alib_protos.h (older versions of
- this include file contained the amiga.lib stdio protos also
- which conflict with both SAS and Manx stdio). For Manx, I
- also had to comment out the conditional definition of abs() in
- libraries/mathffp.h. These modules do not use mathffp, but
- the mathffp include file is pulled in by alib_protos.h.
- When compiling with Manx, a warning seems to be generated for
- each string constant assigned to a UBYTE * field, and also
- by some references to ilbm->colortable.
-