Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

43 lines
904 B

@ECHO OFF
REM The purpose of the file is to build the ratings tree for Nashville
REM
REM What needs to be done :
REM Point to server
REM Set environment
REM Run build script (nmake)
REM Copy out binaries
REM Additionally :
REM Report errors
REM
@ECHO ON
REM Set the name of this component
SET COMPONENTNAME=ratings
REM Set the location where we're building from (drive and path)
SET SOURCEDIR=%BLDROOT%\INET\OHare\ratings
REM Set location of the build tools
SET BUILDLOC=\DEV\TOOLS\C1032\BIN
REM Move to the source drive
%SOURCEDRIVE%
CD %SOURCEDIR%
cd common
tee %BLDROOT%%BUILDLOC%\NMAKE retail >build.log
tee %BLDROOT%%BUILDLOC%\NMAKE debug >>build.log
cd ..\msrating
tee %BLDROOT%%BUILDLOC%\NMAKE retail >>build.log
tee %BLDROOT%%BUILDLOC%\NMAKE debug >>build.log
cd ..
IF %BUILDENV%==BROKER GOTO DONE
:DONE
%LOCAL%