diff options
Diffstat (limited to 'libraries/irrlicht-1.8/source/Irrlicht/jpeglib/maktjpeg.st')
-rw-r--r-- | libraries/irrlicht-1.8/source/Irrlicht/jpeglib/maktjpeg.st | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/libraries/irrlicht-1.8/source/Irrlicht/jpeglib/maktjpeg.st b/libraries/irrlicht-1.8/source/Irrlicht/jpeglib/maktjpeg.st new file mode 100644 index 0000000..25ce926 --- /dev/null +++ b/libraries/irrlicht-1.8/source/Irrlicht/jpeglib/maktjpeg.st | |||
@@ -0,0 +1,30 @@ | |||
1 | ; 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, B. Setzepfandt, and Guido Vollbeding. | ||
5 | ; | ||
6 | ; To use this file, rename it to jpegtran.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 | jpegtran.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 | jpegtran.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h,transupp.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 | transupp.c (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h,transupp.h) | ||
28 | libjpeg.lib ; built by libjpeg.prj | ||
29 | pcstdlib.lib ; standard library | ||
30 | pcextlib.lib ; extended library | ||