blob: 628f533500e04ec4f27141ae8f888b701f8531da [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.
Guido Vollbeding5996a252009-06-27 00:00:00 +00004; Thanks to Frank Moehle, B. Setzepfandt, and Guido Vollbeding.
Thomas G. Lane88aeed41992-12-10 00:00:00 +00005;
Thomas G. Lane5ead57a1998-03-27 00:00:00 +00006; To use this file, rename it to cjpeg.prj.
7; If you are using Turbo C, change filenames beginning with "pc..." to "tc..."
Thomas G. Lane36a4ccc1994-09-24 00:00:00 +00008; Read installation instructions before trying to make the program!
Thomas G. Lane88aeed41992-12-10 00:00:00 +00009;
10;
11; * * * Output file * * *
12cjpeg.ttp
13;
Thomas G. Lane88aeed41992-12-10 00:00:00 +000014; * * * COMPILER OPTIONS * * *
15.C[-P] ; absolute calls
16.C[-M] ; and no string merging, folks
Thomas G. Lane88aeed41992-12-10 00:00:00 +000017.C[-w-cln] ; no "constant is long" warnings
Thomas G. Lane36a4ccc1994-09-24 00:00:00 +000018.C[-w-par] ; no "parameter xxxx unused"
19.C[-w-rch] ; no "unreachable code"
20.C[-wsig] ; warn if significant digits may be lost
Thomas G. Lane88aeed41992-12-10 00:00:00 +000021=
22; * * * * List of modules * * * *
Thomas G. Lane5ead57a1998-03-27 00:00:00 +000023pcstart.o
Guido Vollbeding5996a252009-06-27 00:00:00 +000024cjpeg.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 +000025cdjpeg.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
26rdswitch.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
Guido Vollbeding5996a252009-06-27 00:00:00 +000027rdppm.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
28rdgif.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
Thomas G. Lane36a4ccc1994-09-24 00:00:00 +000029rdtarga.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
Guido Vollbeding5996a252009-06-27 00:00:00 +000030rdbmp.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
31rdrle.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
Thomas G. Lane5ead57a1998-03-27 00:00:00 +000032libjpeg.lib ; built by libjpeg.prj
33pcfltlib.lib ; floating point library
Thomas G. Lane36a4ccc1994-09-24 00:00:00 +000034; the float library can be omitted if you've turned off DCT_FLOAT_SUPPORTED
Thomas G. Lane5ead57a1998-03-27 00:00:00 +000035pcstdlib.lib ; standard library
36pcextlib.lib ; extended library