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; Dr. B. Setzepfandt (bernd@gina.uni-muenster.de), 6; and Guido Vollbeding (guivol@esc.de). 7; 8; To use this file, rename it to cjpeg.prj. 9; If you are using Turbo C, change filenames beginning with "pc..." to "tc..." 10; Read installation instructions before trying to make the program! 11; 12; 13; * * * Output file * * * 14cjpeg.ttp 15; 16; * * * COMPILER OPTIONS * * * 17.C[-P] ; absolute calls 18.C[-M] ; and no string merging, folks 19.C[-w-cln] ; no "constant is long" warnings 20.C[-w-par] ; no "parameter xxxx unused" 21.C[-w-rch] ; no "unreachable code" 22.C[-wsig] ; warn if significant digits may be lost 23= 24; * * * * List of modules * * * * 25pcstart.o 26cjpeg.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h,jversion.h) 27cdjpeg.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h) 28rdswitch.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h) 29rdppm.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h) 30rdgif.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h) 31rdtarga.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h) 32rdbmp.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h) 33rdrle.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h) 34libjpeg.lib ; built by libjpeg.prj 35pcfltlib.lib ; floating point library 36; the float library can be omitted if you've turned off DCT_FLOAT_SUPPORTED 37pcstdlib.lib ; standard library 38pcextlib.lib ; extended library 39