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 1.1.

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

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

SETMOZENV

Run the following commands:

cvs checkout -r MOZILLA_0_9_4_BRANCH mozilla/client.mk
cd mozilla
gmake -f client.mk pull_all
cd ..
unzip IBMWebBrowser11Source.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_all

if the build stops in the middle, you can continue it by typing:

gmake -f client.mk install

Debugging is done with VACPP IDEBUG.
