home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lzo100.zip / lzo-1.00 / b / 00readme.txt next >
Text File  |  1997-07-13  |  2KB  |  49 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 LZO 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. After building do a basic test by running `lzo_test -mlzo COPYING'.
  11. util/check.sh is an example of a more thoroughly test driver.
  12.  
  13. Please send me your additional/improved versions.
  14.  
  15.  
  16. Overview:
  17. ---------
  18.  
  19. b\dos16\bc40.bat        Borland C 4.00
  20. b\dos16\mc70.bat        Microsoft C 7.0
  21. b\dos16\wc105.bat       Watcom C 10.5
  22.  
  23. b\dos32\dj1.bat         djgpp v1 + gcc 2.6.3                  (3)
  24. b\dos32\dj2.bat         djgpp v2 + gcc 2.7.2.1                (3)
  25. b\dos32\emx.bat         emx + gcc 2.7.2                       (3)
  26. b\dos32\wc105.bat       Watcom C 10.5                         (3)
  27.  
  28. b\os2\emx_aout.cmd      emx A.OUT + gcc 2.7.2                 (2)
  29. b\os2\wc105.cmd         Watcom C 10.5                         (2)
  30.  
  31. b\tos16\purec.prj       Purec C Sep 20 1991
  32.  
  33. b\win16\wc105.bat       Watcom C 10.5
  34. b\win16\wc105dll.bat    Watcom C 10.5 DLL
  35.  
  36. b\win32\cdk.bat         Cygnus Win32 + gcc
  37. b\win32\mc100.bat       Microsoft C 10.0      Visual C 4.0
  38. b\win32\mc100dll.bat    Microsoft C 10.0 DLL                  (1)
  39. b\win32\wc105.bat       Watcom C 10.5                         (3)
  40. b\win32\wc105dll.bat    Watcom C 10.5 DLL
  41.  
  42.  
  43. Notes:
  44.   (1) not working as of version 1.00
  45.   (2) not tested as of version 1.00
  46.   (3) includes support for i386 assembler versions
  47.  
  48.  
  49.