/*
Welcome to the source code to Run v2.1.

Look in "app.cpp" for an introduction, and
read the comments throughout the source files
for more information.

The compiled binary and documentation for
Run can be found on BeWare under Utilities:
http://www.be.com/beware/Utilities/Run.html

COMPILING:
~~~~~~~~~

If you are compiling under PR2 or earlier, 
comment out the "#include <BeBuild.h>" at the
top of each header file.

The included .proj files are for Metrowerks
Codewarrior for BeOS/PPC. To build binaries
on BeOS/Intel, it's recommended that you use
the included makefiles. These should work
on BeOS/R3 for either PPC or Intel.

use: "make -f makeapp" or "make -f makeaddon"

If you want to create your own projects or make-
files, they should look like this:

  project: run-app-intel.proj
   target: Run
file type: application/x-be-executable
    files: app.cpp
           RunView.cpp
           RunWindow.cpp
           resource/run-app_x86.rsrc
           BeOS system libraries

  project: run-addon-intel.proj
   target: Run-R
file type: application/x-be-executable
    files: addon.cpp
           RunView.cpp
           RunWindow.cpp
           resource/run-addon_x86.rsrc
           BeOS system libraries

Matt Brubeck
<snoopy@wport.com>
March 1998
*/