-------------------------------------------------------------------------------
General Info
-------------------------------------------------------------------------------
Name: Adjutant
Description: An artificial intelligence bot that plays StarCraft: Broodwar 
             using the BWAPI 3.7.4
Type: AI DLL Module
Race: Terran
Created By: Nicholas Bowen and Jonathan Todd
From: University of Central Florida (UCF)
      Orlando Florida, USA
With guidance from professor: Gita Sukthankar 

-------------------------------------------------------------------------------
To Build with Windows Batch Script
-------------------------------------------------------------------------------
1) Ensure you have Visual Studio 2008 SP1 installed in the default location
   (i.e. C:\Program Files (x86)\Microsoft Visual Studio 9.0)
2) Extract AdjutantSource.zip to your local computer
3) Navigate to the root directory of the extraction
4) Run BuildRelease.bat
5) The resulting AI module DLL is output to "Adjutant\Release\Adjutant.dll"

-------------------------------------------------------------------------------
To Build through Visual Studio
-------------------------------------------------------------------------------
1) Ensure you have Visual Studio 2008 SP1 installed
2) Create the environment variable "BWAPI_DIR" and set it to your extracted 
   BWAPI 3.7.4 folder
   (http://code.google.com/p/bwapi/downloads/detail?name=BWAPI%203.7.4.7z)
3) Extract AdjutantSource.zip to your local computer
4) Navigate to the root directory of the extraction
5) Run Adjutant\Adjutant.sln
6) Change the configuration to Release
7) From the "Build" menu, select "Build Solution" 
8) The resulting AI module DLL is output to "Adjutant\Release\Adjutant.dll"
