echo on
REM Build root is the base directory of the build environment
SET BUILDROOT=c:\phoenix

REM Location of SourceSafe executables
SET SOURCESAFELOC=C:\Program Files\Microsoft Visual Studio\Common\VSS\win32

REM Add Scripts directory and SS to Path
SET Path=%Path%;c:\scripts;%SOURCESAFELOC%

SET SSDIR=\\tkbungie\Phoenix\srcsafe

SET srcproject=$/Phoenix
ss cp %srcproject%
cd %buildroot%
ss get $/Phoenix/toolbeta.exe -I-

REM does not look like phoenix checks in the .map files.
REM ss get $/Phoenix/toolbeta.map -I-
