blob: f524a8f7abac5e0cbecc339d9dade7d260ae52e0 [file] [log] [blame]
Thomas G. Lane88aeed41992-12-10 00:00:00 +00001; 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 CJPEG.PRJ.
8; If you are using Turbo C, change filenames beginning with "PC..." to "TC..."
Thomas G. Lane36a4ccc1994-09-24 00:00:00 +00009; Read installation instructions before trying to make the program!
Thomas G. Lane88aeed41992-12-10 00:00:00 +000010;
11;
12; * * * Output file * * *
13cjpeg.ttp
14;
Thomas G. Lane88aeed41992-12-10 00:00:00 +000015; * * * COMPILER OPTIONS * * *
16.C[-P] ; absolute calls
17.C[-M] ; and no string merging, folks
Thomas G. Lane88aeed41992-12-10 00:00:00 +000018.C[-w-cln] ; no "constant is long" warnings
Thomas G. Lane36a4ccc1994-09-24 00:00:00 +000019.C[-w-par] ; no "parameter xxxx unused"
20.C[-w-rch] ; no "unreachable code"
21.C[-wsig] ; warn if significant digits may be lost
Thomas G. Lane88aeed41992-12-10 00:00:00 +000022=
23; * * * * List of modules * * * *
24PCSTART.O
Thomas G. Lane36a4ccc1994-09-24 00:00:00 +000025cjpeg.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h,jversion.h)
26rdppm.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
27rdgif.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
28rdtarga.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
29rdbmp.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
30rdrle.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
31LIBJPEG.LIB ; built by LIBJPEG.PRJ
32PCFLTLIB.LIB ; floating point library
33; the float library can be omitted if you've turned off DCT_FLOAT_SUPPORTED
Thomas G. Lane88aeed41992-12-10 00:00:00 +000034PCSTDLIB.LIB ; standard library
35PCEXTLIB.LIB ; extended library