This program converts Heavy Metal Pro files into ".mtf" files for MegaMek.
To use it, simply drag and drop ".hmp" files onto the exe.  A file with the
same name but a different extension will be created in the same folder.

Notes for coders: The original hmpread was written in a proprietary
 form of C++ from Microsoft.  This new version is written in Java, and
 is in fact created from the native MegaMek HMP parser.  In order to
 compile a new version, use the HmpFile.java from a recent MegaMek
 distribution and run the build.sh script on it (see the devutils
 folder in the zip).  I have also included two required "stub versions"
 of Mech.java and MiscType.java.  I used the mingw version of gcj from
 http://thisiscool.com for windows together with cygwin to compile the
 jhmpread.exe contained in this archive, but it should be possible to
 compile for other targets as well.
