Leaked source code of windows server 2003
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.

26 lines
508 B

  1. @REM
  2. @REM Use this script to relink all the components that link directly
  3. @REM with the results of compiling SERVICES.TAB
  4. @REM
  5. @setlocal
  6. @echo Rebuilding all components affected by a new SERVICES.TAB
  7. build -Z
  8. cd ..\umode
  9. build -Z
  10. cd ..\ntuser\client
  11. build -Z
  12. cd ..\imm
  13. build -Z
  14. cd ..\..\ntgdi\client
  15. build -Z
  16. cd ..\kdexts
  17. build -Z
  18. cd ..\image
  19. build -Z
  20. cd ..\..\winsrv
  21. build -Z
  22. cd ..\ntgdi\apps\gdistats
  23. build -Z
  24. @where /r . gdistats.exe >nul
  25. @if NOT ERRORLEVEL 1 build -Z
  26. @endlocal