From 6e790922ebf1e75cc09ff0c4a9226ece9f994f32 Mon Sep 17 00:00:00 2001 From: luoliangyi <87842688@qq.com> Date: Thu, 25 Aug 2022 14:47:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=80=E9=94=AE=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E6=89=80=E6=9C=89=E7=89=88=E6=9C=AC=E7=9A=84=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.bat | 2 ++ build_all.bat | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 build_all.bat diff --git a/build.bat b/build.bat index 43bafffe..c8bb3ead 100644 --- a/build.bat +++ b/build.bat @@ -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 ../../../ diff --git a/build_all.bat b/build_all.bat new file mode 100644 index 00000000..2c3f0951 --- /dev/null +++ b/build_all.bat @@ -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 \ No newline at end of file