home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / packery / bwt / readme.txt < prev   
Text File  |  1996-06-17  |  795b  |  29 lines

  1. This code has been compiled and tested under MS-DOS and Windows
  2. 95 using Borland and Microsoft compilers.
  3.  
  4. The code also seems to work with g++ and cfront based compilers
  5. under UNIX.  In order to build properly, the code must be
  6. built with the constant 'unix' defined.  g++ does this
  7. automatically.  If your compiler doesn't, add -Dunix to the
  8. command line.
  9.  
  10. With some UNIX C++ compilers, you may need to change the file's
  11. suffixes from cpp to C or cxx.
  12.  
  13. This code works under UNIX only because of the support and review
  14. of these fine folks:
  15.  
  16.     o   Quincey Koziol
  17.     o   Philipp Knirsch
  18.     o   Leo Broukhis
  19.  
  20. Thanks guys!
  21.  
  22. BWTA.CPP is an alternate version of BWT.CPP that does its
  23. sorting using the STL. This code has *not* been tested under
  24. UNIX.
  25.  
  26. Mark Nelson
  27. http://web2.airmail.net/markn
  28.  
  29.