增加一键编译所有版本的脚本

This commit is contained in:
luoliangyi 2022-08-25 14:47:44 +08:00
parent 0d8612fc06
commit 6e790922eb
2 changed files with 21 additions and 0 deletions

View File

@ -108,3 +108,5 @@ del /f /s /q *.vcxproj
rd /s /q debug
rd /s /q release
del /f /s /q HGUpgradeTmp.pro
cd /d ../../../

19
build_all.bat Normal file
View File

@ -0,0 +1,19 @@
@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