code_app/build_all.bat

19 lines
239 B
Batchfile

@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