maktjpeg.st 1.3 KB

1234567891011121314151617181920212223242526272829303132
  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 (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 jpegtran.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. jpegtran.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. jpegtran.c (cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h,transupp.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. transupp.c (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h,transupp.h)
  30. libjpeg.lib ; built by libjpeg.prj
  31. pcstdlib.lib ; standard library
  32. pcextlib.lib ; extended library