
How to build new a new PMEXE.EXE for use with VX-REXX
-----------------------------------------------------

To build:

    If you have CSet, type 'nmake /f makefile.ibm' to compile.  If you have
    WATCOM C, type 'wmake /f makefile.wat' 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 the 'PMEXE.C' file in the 'C' directory.

The PMEXE.EXE generated with WATCOM C is pretty small, less than 6K.  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....

