
How to build the new PMEXE.EXE with splash page support
-------------------------------------------------------

To build:

    If you have Watcom C, type 'wmake /f makefile.wat' to compile.
    If you have CSet 2.1, type 'nmake /f makefile.ibm' to compile.  

    These makefiles assume you've set the INCLUDE, LIB and PATH variables
    correctly for your compiler....

For details on how things work, see VXTECH12.TXT in the parent
directory and the comments in the file C\STUB.C.

The PMEXE.EXE generated with Watcom C is pretty small.  The
one generated with CSet is a lot bigger, because it seems to be pulling
in a lot of library stuff it doesn't need.  I'll leave it up to you to
optimize the CSet case....

