Simple make drivers for DOS, Windows, OS/2 and other systems ============================================================ This directory contains a bunch of simple make drivers - I've tried to make them as foolproof as possible. To build LZO for your system type `b\OS\COMPILER' in the base directory, e.g. `b\dos32\wc105' will build the 32-bit DOS Watcom C v10.5 version. After building do a basic test by running `lzo_test -mlzo COPYING'. util/check.sh is an example of a more thoroughly test driver. Please send me your additional/improved versions. Overview: --------- b\dos16\bc40.bat Borland C 4.00 b\dos16\mc70.bat Microsoft C 7.0 b\dos16\wc105.bat Watcom C 10.5 b\dos32\dj1.bat djgpp v1 + gcc 2.6.3 (3) b\dos32\dj2.bat djgpp v2 + gcc 2.7.2.1 (3) b\dos32\emx.bat emx + gcc 2.7.2 (3) b\dos32\wc105.bat Watcom C 10.5 (3) b\os2\emx_aout.cmd emx A.OUT + gcc 2.7.2 (2) b\os2\wc105.cmd Watcom C 10.5 (2) b\tos16\purec.prj Purec C Sep 20 1991 b\win16\wc105.bat Watcom C 10.5 b\win16\wc105dll.bat Watcom C 10.5 DLL b\win32\cdk.bat Cygnus Win32 + gcc b\win32\mc100.bat Microsoft C 10.0 Visual C 4.0 b\win32\mc100dll.bat Microsoft C 10.0 DLL (1) b\win32\wc105.bat Watcom C 10.5 (3) b\win32\wc105dll.bat Watcom C 10.5 DLL Notes: (1) not working as of version 1.00 (2) not tested as of version 1.00 (3) includes support for i386 assembler versions