1 |
27 |
unneback |
; 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 * * *
|
14 |
|
|
cjpeg.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 |
|
|
cjpeg.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 |
|
|
rdswitch.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
|
29 |
|
|
rdppm.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
|
30 |
|
|
rdgif.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
|
31 |
|
|
rdtarga.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
|
32 |
|
|
rdbmp.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
|
33 |
|
|
rdrle.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
|