OPENSTEP Mach 4.2 build instructions
====================================

From the command-line:
    gnumake MAKEFILEPATH=/NextDeveloper/Makefiles OMNI_FRAMEWORKS=/Path/Where/You're/Installing/Our/Frameworks

An example might be:
    gnumake MAKEFILEPATH=/NextDeveloper/Makefiles OMNI_FRAMEWORKS=/LocalLibrary/Omni/Frameworks



Solaris PDO (WOF 3.5.1) build instructions
==========================================

From the command-line:
    make MAKEFILEPATH=/NextDeveloper/Makefiles OMNI_FRAMEWORKS=/Path/Where/You're/Installing/Our/Frameworks

An example might be:
    make MAKEFILEPATH=/NextDeveloper/Makefiles OMNI_FRAMEWORKS=/LocalLibrary/Omni/Frameworks

NOTE: Be sure that 'make' is /NextDeveloper/bin/make.  You can determine what 'make' evaluates to
in most shells by typing, 'which make', on the command-line.  If 'make' is aliased to some whacko
Solaris make or something, you might want to 'unalias make', or alias make to /NextDeveloper/bin/make

When writing apps under Solaris which link against our OmniBase.framework, be sure to call
[OBPostLoader processesClasses] in main(), or soon thereafter.  This is described in more detail in
the OBPostLoader.h header file within OmniBase.framework.
