@echo off echo "step1" call .\build.bat hg x86 echo "step2" call .\build.bat hg x64 echo "step3" call .\build.bat hw x86 echo "step4" call .\build.bat hw x64 echo "step5" call .\build.bat lsc x86 echo "step6" call .\build.bat lsc x64 echo "step7" call .\build.bat cts x86 echo "step8" call .\build.bat cts x64 echo "step9" call .\build.bat zj x86 echo "step10" call .\build.bat zj x64