README.eCos 831 B

123456789101112131415161718192021222324252627
  1. See the main site http://www.gzip.org/zlib/ for places to download the
  2. complete sources. Currently based on zlib-1.2.3
  3. Note that these are not the complete zlib sources - the following
  4. directories have been deleted since they are irrelevant for the
  5. eCos support:
  6. amiga/
  7. as400/
  8. contrib/
  9. msdos/
  10. old/
  11. projects/
  12. qnx/
  13. win32/
  14. Additionally, local changes has been made to the remaining files. Code
  15. changes are marked by __ECOS__ (comments or definitions). Finally, the
  16. headers zlib.h and zconf.h have been moved out of the directory into
  17. ../include.
  18. crc32.c + crc32.h has also been removed as it is provided by services/crc/.
  19. Note: zconf.h always defines __ECOS__. This is necessary to support
  20. programs built outside of the eCos tree which may wish to use this
  21. library (so those programs needn't worry about defining __ECOS__)