home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lzo100.zip / lzo-1.00 / b / tos16 / purec.txt < prev   
Text File  |  1997-05-19  |  2KB  |  41 lines

  1. ;
  2. ;  purec.prj -- project file for Pure C Sep 20 1991 (Atari ST)
  3. ;
  4. ;  This file is part of the LZO real-time data compression library.
  5. ;
  6. ;  Copyright (C) 1997 Markus Franz Xaver Johannes Oberhumer
  7. ;  Copyright (C) 1996 Markus Franz Xaver Johannes Oberhumer
  8. ;
  9. ;  The LZO library is free software; you can redistribute it and/or
  10. ;  modify it under the terms of the GNU General Public License as
  11. ;  published by the Free Software Foundation; either version 2 of
  12. ;  the License, or (at your option) any later version.
  13. ;
  14. ;  The LZO library is distributed in the hope that it will be useful,
  15. ;  but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. ;  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  17. ;  GNU General Public License for more details.
  18. ;
  19. ;  You should have received a copy of the GNU General Public License
  20. ;  along with the LZO library; see the file COPYING.
  21. ;  If not, write to the Free Software Foundation, Inc.,
  22. ;  59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  23. ;
  24. ;  Markus F.X.J. Oberhumer
  25. ;  markus.oberhumer@jk.uni-linz.ac.at
  26. ;
  27.  
  28. ;
  29. ; Just for fun I've ported LZO to my old Atari ST. This fine machine
  30. ; is powered by a Motorola 68000 CPU with 16 bit ints, 32 bit longs,
  31. ; 32 bit size_t and a flat memory with 32 bit pointers.
  32. ;
  33.  
  34. ;
  35. ; WARNING:
  36. ;   do *not* use Turbo C 2.03 (the predecessor of Pure C) - the
  37. ;   implementation of arrays that are indexed by long integers is
  38. ;   broken and wrong code will be produced in some cases
  39. ;
  40.  
  41.