GAUGE^3D - the Grand Unified Game Engine
Microsoft Visual C++ Project Files
----------------------------------

These are project files for MSVC version 6.0.  To build them, just open
gauge3d.dsw, go to "Build" menu->"Batch build", make sure all the boxes are
checked, and hit "build".  It shouldn't take long.  Once you have done this, all
of the exe and dll files will be in the folders "Debug" and "Release" within the
MSVC folder.  (Use the release version unless you want to help develop GAUGE.)

If you get errors, one thing to do would be to make sure you have the latest
service pack for MSVC.  I have service pack 3.  GAUGE uses many new and advanced
features of the C++ programming language which have just recently been added to
MSVC, so using the latest service pack is highly recommended.
