Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 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 djpeg.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 * * * |
| 14 | djpeg.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 * * * * |
| 25 | pcstart.o |
| 26 | djpeg.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h,jversion.h) |
| 27 | cdjpeg.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h) |
| 28 | rdcolmap.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h) |
| 29 | wrppm.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h) |
| 30 | wrgif.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h) |
| 31 | wrtarga.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h) |
| 32 | wrbmp.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h) |
| 33 | wrrle.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h) |
| 34 | libjpeg.lib ; built by libjpeg.prj |
| 35 | pcfltlib.lib ; floating point library |
| 36 | ; the float library can be omitted if you've turned off DCT_FLOAT_SUPPORTED |
| 37 | pcstdlib.lib ; standard library |
| 38 | pcextlib.lib ; extended library |