Contents
========

* Description
* Build notes

Description
===========

This is mawk for DOS.  mawk is an interpreter for the AWK Programming
Language.  It uses a bytecode interpreter, and is known for speedy
execution.  Both builds require an 80386 or better.

dos\mawk.exe is built with Watcom
win32\mawk.exe is build with Watcom and requires HXRT

<https://github.com/Baron-von-Riedesel/HX>

Before running HXLDR32, set up the environment:

    SET DPMILDR=136
    SET HDPMI=32

Build notes
===========

Use watcom.bat to compile with Watcom and target DOS.
Use dospkg.bat to populate dos directory with files to zip up.

Use ntwatcom.bat to compile with Watcom and target HXRT (win32).
Use ntpkg.bat to popular win directory with files to zip up.

Use tcc4dos.bat to compile with TCC and target HXRT (win32).
