home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Reference / DevCon / Milan_1991 / Devcon91.1 / Libraries / IFFParse / Compiler.README < prev    next >
Encoding:
Text File  |  1992-09-01  |  989 b   |  21 lines

  1.  
  2. The modules/ directory contains the module sources and SAS C 5.10a
  3. object modules.  If you are using Manx, copy Makefile.Manx to
  4. Makefile, and copy iffobj/Manx/#?.o to the modules/ directory.
  5.  
  6. The includes files subdirectory (iffp/) may be placed in your
  7. current directory or your normal include directory.
  8.  
  9. COMPILATION NOTES
  10.     These modules and examples have been compiled using SAS C 5.10a
  11.     and Manx C 5.0d, with 2.0 (37.1) include files and 2.0 amiga.lib.
  12.     You must have at least 37.1 alib_protos.h (older versions of
  13.     this include file contained the amiga.lib stdio protos also
  14.     which conflict with both SAS and Manx stdio).  For Manx, I
  15.     also had to comment out the conditional definition of abs() in
  16.     libraries/mathffp.h.  These modules do not use mathffp, but
  17.     the mathffp include file is pulled in by alib_protos.h.
  18.     When compiling with Manx, a warning seems to be generated for
  19.     each string constant assigned to a UBYTE * field, and also
  20.     by some references to ilbm->colortable.
  21.