This package is:
 -    How to build a DLL jumptable version of some graphics libs

It is based on:
 -    Eric Youngdale's package of tools for building DLL libraries.

It contains:
 -    slightly modified sources of the original libraries. 
 -    A few scripts that can help rebuilding the library.

It was designed by:
 -    Rob Hooft (hooft@chem.ruu.nl)

With help of:
 -    David Engel (david@ods.com), the original author of the JumpTables.
 -    H.J. Lu (hlu@eecs.wsu.edu), the maintainer of our GCC and libc.
 -    the DLL tools 2.5.2 package by Eric Youngdale.

To build the lib (you don't need to if you trust me):
 -    you need an installed 'tools' package.
 -    you need at least 20MB of virtual memory. USE A SWAP PARTITION/FILE!
 -    modify the make.shared script, it needs to know the JUMP_DIR.
 -    Type './make.clean' (if needed).
 -    Type './make.shared' to make the shared lib.
 -    Type './make.clean' (you must!).
 -    Type './make.static' to make the static lib.

To install the lib:
 -    copy lib*.sa to /usr/lib
 -    copy libgr.so.1.1 to /lib
 -    ln -s /lib/libgr.so.1.1 /lib/libgr.so.1
 -    copy lib*.a to /usr/lib

Warning:
 -   This is the third release of the DLL graphics lib. I gave up compatibility
     with the older non-dll versions. Be careful: only delete the old version
     0.2 when you are sure no programs are using it!
 -   You'll need a DLL libm.so.4.3.2 or newer to make use of the shared 
     library, otherwise many programs will probably just dump core to you....
