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.

78 lines
2.0 KiB

  1. ECHO OFF
  2. call %_NTBINDIR%\TOOLS\RAZZLE.CMD FREE
  3. Echo ---------------------------------
  4. Echo Make Sure that you opened new Razzle Window..
  5. Echo ---------------------------------
  6. pause
  7. Echo ---------------------------------
  8. Echo checking out gpverp.h ( Sd Edit gpverp.h )
  9. Echo ---------------------------------
  10. call sd edit %gdiproot%\engine\flat\gpverp.h
  11. Echo
  12. Echo ---------------------------------
  13. Echo Please update the Version Number by yourself
  14. Echo ---------------------------------
  15. call notepad %gdiproot%\engine\flat\gpverp.h
  16. pause
  17. Echo
  18. Echo ---------------------------------
  19. Echo checking in gpverp.h ( Sd submit gpverp.h )
  20. Echo ---------------------------------
  21. call sd submit %gdiproot%\engine\flat\gpverp.h
  22. Echo
  23. Echo ---------------------------------
  24. Echo version updation is done !!
  25. Echo ---------------------------------
  26. Echo
  27. Echo ---------------------------------
  28. Echo Reverting all files !!
  29. Echo ---------------------------------
  30. Echo
  31. cd /d %_NTBINDIR%\windows\AdvCore\gdiplus
  32. call sd revert ...
  33. Echo ---------------------------------
  34. Echo Deleting all files !!
  35. Echo ---------------------------------
  36. Echo
  37. cd %gdiproot%\Engine
  38. call Del *.* /s /q
  39. cd /d %_NTBINDIR%\windows\AdvCore\gdiplus
  40. Echo ---------------------------------
  41. Echo sdx sync ....
  42. Echo ---------------------------------
  43. call sdx sync
  44. Echo ---------------------------------
  45. Echo Do Build Ship ....
  46. Echo ---------------------------------
  47. call Build -cZ lib crtcheck officehack test
  48. if errorlevel 1 goto failure
  49. call %_NTBINDIR%\TOOLS\RAZZLE.CMD no_opt
  50. Echo ---------------------------------
  51. Echo Do Build Debug ....
  52. Echo ---------------------------------
  53. call Build -cZ lib crtcheck officehack test
  54. if errorlevel 1 goto failure
  55. Echo ---------------------------------
  56. echo Build is Successful !! Congratulation !!
  57. Echo ---------------------------------
  58. goto END
  59. :failure
  60. echo DoBuild.bat file Failed !! Please check..
  61. :END
  62. Echo ON