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

  1. @ECHO OFF
  2. REM The purpose of the file is to build the ratings tree for Nashville
  3. REM
  4. REM What needs to be done :
  5. REM Point to server
  6. REM Set environment
  7. REM Run build script (nmake)
  8. REM Copy out binaries
  9. REM Additionally :
  10. REM Report errors
  11. REM
  12. @ECHO ON
  13. REM Set the name of this component
  14. SET COMPONENTNAME=ratings
  15. REM Set the location where we're building from (drive and path)
  16. SET SOURCEDIR=%BLDROOT%\INET\OHare\ratings
  17. REM Set location of the build tools
  18. SET BUILDLOC=\DEV\TOOLS\C1032\BIN
  19. REM Move to the source drive
  20. %SOURCEDRIVE%
  21. CD %SOURCEDIR%
  22. cd common
  23. tee %BLDROOT%%BUILDLOC%\NMAKE retail >build.log
  24. tee %BLDROOT%%BUILDLOC%\NMAKE debug >>build.log
  25. cd ..\msrating
  26. tee %BLDROOT%%BUILDLOC%\NMAKE retail >>build.log
  27. tee %BLDROOT%%BUILDLOC%\NMAKE debug >>build.log
  28. cd ..
  29. IF %BUILDENV%==BROKER GOTO DONE
  30. :DONE
  31. %LOCAL%