home *** CD-ROM | disk | FTP | other *** search
/ The Very Best of Atari Inside / The Very Best of Atari Inside 1.iso / sharew / packer / jpeg3_st / jpeg3.prj < prev    next >
Encoding:
Text File  |  1992-12-03  |  1005 b   |  62 lines

  1. ;>>>>>>> JPEG3.PRJ <<<<<<<<
  2.  
  3. cjpeg.ttp          ; name of executable program
  4. ;djpeg.ttp         ; name of executable program
  5.  
  6. ;.C [ -Y ]
  7. ;.L [ -L -Y ]
  8. ;.S [ -Y ]
  9.  
  10. =                  ; list of modules follows...
  11.  
  12. PCSTART.O          ; startup code
  13.  
  14. jcmaster.c
  15. jcdeflts.c
  16. jcarith.c
  17. jccolor.c
  18. jcexpand.c
  19. jchuff.c
  20. jcmcu.c
  21. jcpipe.c
  22. jcsample.c
  23. jfwddct.c
  24. jwrjfif.c
  25. jrdgif.c
  26. jrdppm.c
  27. jrdrle.c
  28. jrdtarga.c
  29. jdmaster.c
  30. jddeflts.c
  31. jbsmooth.c
  32. jdarith.c
  33. jdcolor.c
  34. jdhuff.c
  35. jdmcu.c
  36. jdpipe.c
  37. jdsample.c
  38. jquant1.c
  39. jquant2.c
  40. jrevdct.c
  41. jrdjfif.c
  42. jwrgif.c
  43. jwrppm.c
  44. jwrrle.c
  45. jwrtarga.c
  46. jutils.c
  47. jerror.c
  48. jmemmgr.c
  49. jmemsys.c
  50.  
  51. jcmain.c           ; Main-Programm
  52. ;jdmain.c
  53.  
  54. ;PCBGILIB.LIB       ; BGI library
  55. PCFLTLIB.LIB       ; floating point library
  56. PCSTDLIB.LIB       ; standard library
  57.  
  58. PCEXTLIB.LIB       ; extended library
  59. PCTOSLIB.LIB       ; TOS library
  60. ;PCGEMLIB.LIB       ; AES and VDI library
  61.  
  62. ;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<