Building a V DLL using Borland C++

This directory contains a Makefile that can be used to
build V into a DLL using Borland C++. It is VERY easy.
You need to do this using a DOS window.

Simply change to this directory, and run Borland's make
on the Makfile in this directory. When you are done, you
will have V121BCC.DLL (the DLL), and V121BCC.LIB (the load
library).

Now you can build V applications using Borland C++, and link
to the V121BCC.LIB, and include the V121BCC.DLL in the same
directory as your executable.

