comparison mupdf-source/thirdparty/libjpeg/makcjpeg.st @ 2:b50eed0cc0ef upstream

ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4. The directory name has changed: no version number in the expanded directory now.
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 15 Sep 2025 11:43:07 +0200
parents
children
comparison
equal deleted inserted replaced
1:1d09e1dec1d9 2:b50eed0cc0ef
1 ; Project file for Independent JPEG Group's software
2 ;
3 ; This project file is for Atari ST/Mega/STE/TT/Falcon systems using Pure C
4 ; or Turbo C. Thanks to Frank Moehle, B. Setzepfandt, and Guido Vollbeding.
5 ;
6 ; To use this file, rename it to cjpeg.prj.
7 ; If you are using Turbo C, change filenames beginning with "pc..." to "tc...".
8 ; Read installation instructions before trying to make the program!
9 ;
10 ;
11 ; * * * Output file * * *
12 cjpeg.ttp
13 ;
14 ; * * * COMPILER OPTIONS * * *
15 .C[-P] ; absolute calls
16 .C[-M] ; and no string merging, folks
17 .C[-w-cln] ; no "constant is long" warnings
18 .C[-w-par] ; no "parameter xxxx unused"
19 .C[-w-rch] ; no "unreachable code"
20 .C[-wsig] ; warn if significant digits may be lost
21 =
22 ; * * * * List of modules * * * *
23 pcstart.o
24 cjpeg.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h,jversion.h)
25 cdjpeg.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
26 rdswitch.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
27 rdppm.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
28 rdgif.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
29 rdtarga.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
30 rdbmp.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
31 rdrle.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
32 libjpeg.lib ; built by libjpeg.prj
33 pcfltlib.lib ; floating point library
34 ; the float library can be omitted if you've turned off DCT_FLOAT_SUPPORTED
35 pcstdlib.lib ; standard library
36 pcextlib.lib ; extended library