home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / lzop-1.00.tar.gz / lzop-1.00.tar / lzop-1.00 / b / 00readme.txt next >
Text File  |  1998-04-15  |  1KB  |  41 lines

  1. Simple make drivers for DOS, Windows, OS/2 and other systems
  2. ============================================================
  3.  
  4. This directory contains a bunch of simple make drivers - I've tried
  5. to make them as foolproof as possible.
  6.  
  7. To build lzop for your system type `b\OS\COMPILER' in the base directory,
  8. e.g. `b\dos32\wc105' will build the 32-bit DOS Watcom C v10.5 version.
  9.  
  10. All scripts expect that the LZO library has been installed and built
  11. in the directory ..\lzo-1.04. You can also set the environment variable
  12. `LZODIR' to point to your LZO directory, e.g. `set LZODIR=c:\src\lzo-1.04'
  13.  
  14. Please send me your additional/improved versions.
  15.  
  16.  
  17. Overview:
  18. ---------
  19.  
  20. b\dos16\mc70.bat        Microsoft C 7.0                       (1)
  21. b\dos16\wc105.bat       Watcom C 10.5                         (1)
  22.  
  23. b\dos32\dj2.bat         djgpp v2 + gcc
  24. b\dos32\emx.bat         emx + gcc
  25. b\dos32\wc105.bat       Watcom C 10.5
  26.  
  27. b\os2\wc105.cmd         Watcom C 10.5                         (2)
  28.  
  29. b\win16\wc105.bat       Watcom C 10.5                         (1)
  30.  
  31. b\win32\cdk.bat         Cygnus Win32 + gcc
  32. b\win32\mc110.bat       Microsoft C 11.00      Visual C 5.0
  33. b\win32\wc105.bat       Watcom C 10.5
  34.  
  35.  
  36. Notes:
  37.   (1) 16-bit versions are not officially supported
  38.   (2) not tested as of version 1.00
  39.  
  40.  
  41.