blob: 4819efb21bc1ea1ff8b7bd34bb82e2fa83733421 [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..."
9; Read SETUP instructions before trying to make the program!
10;
11;
12; * * * Output file * * *
13cjpeg.ttp
14;
15; * * * DEFINES * * *
16.C[-DHAVE_STDC]
17.C[-DINCLUDES_ARE_ANSI]
18.C[-DNEED_SIGNAL_CATCHER] ; It's safer to have a signal catcher.
19.C[-DTWO_FILE_COMMANDLINE] ; If you like the UNIX - style with
20 ; I/O redirection, comment this line out.
21.C[-DPROGRESS_REPORT] ; This enables the % progress indicator
22;
23; * * * COMPILER OPTIONS * * *
24.C[-P] ; absolute calls
25.C[-M] ; and no string merging, folks
26.C[-w-par] ; no "parameter xxxx unused"
27.C[-DINCOMPLETE_TYPES_BROKEN] ; suppress warnings about undefined structures
28.C[-wsig] ; warn if significant digits may be lost
29.C[-w-cln] ; no "constant is long" warnings
30=
31; * * * * List of modules * * * *
32PCSTART.O
33jcmain.c (jinclude.h,jconfig.h,jpegdata.h,jversion.h)
34JPEG.LIB ; built by LIB_JPEG.PRJ
35;PCFLTLIB.LIB ; floating point library -- you shouldn't need this
36PCSTDLIB.LIB ; standard library
37PCEXTLIB.LIB ; extended library