Pursuant to the Mozilla Public License, this ZIP file contains instructions and
source code for creating an open source version of the IBM Web Browser 2.0.4.

To build the IBM Web Browser, all the build tools and setup is available on the
internet at http://www.mozilla.org/ports/os2.  IBM Web Browser 2.0.4 was built
with GCC.

Once you have downloaded all the tools and setup the environment, run:

SETMOZENV

Run the following commands:

 cvs checkout -r MOZILLA_1_7_RELEASE mozilla/client.mk
 cd mozilla
 gmake -f client.mk pull_all
 cd ..
 unzip IBMWebBrowser204Source.zip

Then run deletions.cmd from the directory above mozilla

Now you can actually kick off the build.

If you want a debug build, rename .mozconfig.debug to .mozconfig and place it in
the mozilla directory.  If you want a retail build, rename .mozconfig.retail to
.mozconfig and place it in the mozilla directory.

 cd mozilla
 gmake -f client.mk build

Debugging is done with VACPP IDEBUG.
