This commit is contained in:
yangjiaxuan 2022-08-26 15:42:27 +08:00
commit b04bf1987e
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 debug
rd /s /q release rd /s /q release
del /f /s /q HGUpgradeTmp.pro 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