blob: fc72c898230a678fc3cb53560b196148112575fb [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.
Thomas G. Lane5ead57a1998-03-27 00:00:00 +00004; 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).
Thomas G. Lane88aeed41992-12-10 00:00:00 +00007;
Thomas G. Lane5ead57a1998-03-27 00:00:00 +00008; To use this file, rename it to cjpeg.prj.
9; If you are using Turbo C, change filenames beginning with "pc..." to "tc..."
Thomas G. Lane36a4ccc1994-09-24 00:00:00 +000010; Read installation instructions before trying to make the program!
Thomas G. Lane88aeed41992-12-10 00:00:00 +000011;
12;
13; * * * Output file * * *
14cjpeg.ttp
15;
Thomas G. Lane88aeed41992-12-10 00:00:00 +000016; * * * COMPILER OPTIONS * * *
17.C[-P] ; absolute calls
18.C[-M] ; and no string merging, folks
Thomas G. Lane88aeed41992-12-10 00:00:00 +000019.C[-w-cln] ; no "constant is long" warnings
Thomas G. Lane36a4ccc1994-09-24 00:00:00 +000020.C[-w-par] ; no "parameter xxxx unused"
21.C[-w-rch] ; no "unreachable code"
22.C[-wsig] ; warn if significant digits may be lost
Thomas G. Lane88aeed41992-12-10 00:00:00 +000023=
24; * * * * List of modules * * * *
Thomas G. Lane5ead57a1998-03-27 00:00:00 +000025pcstart.o
Thomas G. Lane36a4ccc1994-09-24 00:00:00 +000026cjpeg.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h,jversion.h)
Thomas G. Lanebc79e061995-08-02 00:00:00 +000027cdjpeg.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)
Thomas G. Lane36a4ccc1994-09-24 00:00:00 +000029rdppm.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)
Thomas G. Lane5ead57a1998-03-27 00:00:00 +000034libjpeg.lib ; built by libjpeg.prj
35pcfltlib.lib ; floating point library
Thomas G. Lane36a4ccc1994-09-24 00:00:00 +000036; the float library can be omitted if you've turned off DCT_FLOAT_SUPPORTED
Thomas G. Lane5ead57a1998-03-27 00:00:00 +000037pcstdlib.lib ; standard library
38pcextlib.lib ; extended library