home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / GRAPHICS / jpeglib_5a.lzh / JPEG_5A / makdjpeg.st < prev    next >
Text File  |  1995-01-14  |  2KB  |  37 lines

  1. ; Project file for Independent JPEG Group's software
  2. ;
  3. ; This project file is for Atari ST/STE/TT systems using Pure C or Turbo C.
  4. ; Thanks to Frank Moehle (Frank.Moehle@arbi.informatik.uni-oldenburg.de)
  5. ; and to Dr. B. Setzepfandt (bernd@gina.uni-muenster.de).
  6. ;
  7. ; To use this file, rename it to DJPEG.PRJ.
  8. ; If you are using Turbo C, change filenames beginning with "PC..." to "TC..."
  9. ; Read installation instructions before trying to make the program!
  10. ;
  11. ;
  12. ;      * * * Output file * * *
  13. djpeg.ttp
  14. ;
  15. ; * * * COMPILER OPTIONS * * *  
  16. .C[-P]        ; absolute calls
  17. .C[-M]        ; and no string merging, folks
  18. .C[-w-cln]    ; no "constant is long" warnings
  19. .C[-w-par]    ; no "parameter xxxx unused"
  20. .C[-w-rch]    ; no "unreachable code"
  21. .C[-wsig]     ; warn if significant digits may be lost
  22. =
  23. ; * * * * List of modules * * * * 
  24. PCSTART.O
  25. djpeg.c    (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h,jversion.h)
  26. rdcolmap.c    (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
  27. wrppm.c    (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
  28. wrgif.c    (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
  29. wrtarga.c    (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
  30. wrbmp.c    (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
  31. wrrle.c    (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
  32. LIBJPEG.LIB        ; built by LIBJPEG.PRJ
  33. PCFLTLIB.LIB       ; floating point library
  34. ; the float library can be omitted if you've turned off DCT_FLOAT_SUPPORTED
  35. PCSTDLIB.LIB       ; standard library
  36. PCEXTLIB.LIB       ; extended library
  37.