MGNAT
Version 1.20a
 
From: Martin C. Carlisle
      United States Air Force Academy
      Department of Computer Science

This tool is based on JGNAT, a no-longer supported GPL Ada to JVM compiler from Ada Core Technologies.  As such, it is also covered by the GNU General Public License.

New in version 1.20a:
No longer dependent on MS Visual J#
Can be compiled with GNAT 3.15

Direct comments/bug reports to carlislem@acm.org

To register the DLLs:
cd dll
register_mgnat.bat

To build compiler from sources:
mgnat.exe, mgnatbind.exe, mgnatmake.exe, mgnatlink.exe
(edit makefile to reflect your directory structure)

cd src
make mgnat
make mgnatbind
make mgnatmake
make mgnatlink

This must be done using a UNIX shell, such as cygwin

To build the DLLs from sources:
(edit both makefile and jMakefile to reflect your directory structure)

cd src\lib
make lib
