From d934560a96bb23eaa5978a12a6e4e21c099e2797 Mon Sep 17 00:00:00 2001 From: luoliangyi <87842688@qq.com> Date: Fri, 31 Mar 2023 10:37:25 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=AF=91=E8=84=9A=E6=9C=AC=E6=94=B9?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build2.bat => build.bat | 0 build2.sh => build.sh | 0 build2_all.bat | 13 ------------- build_all.bat | 13 +++++++++++++ 4 files changed, 13 insertions(+), 13 deletions(-) rename build2.bat => build.bat (100%) rename build2.sh => build.sh (100%) delete mode 100644 build2_all.bat create mode 100644 build_all.bat diff --git a/build2.bat b/build.bat similarity index 100% rename from build2.bat rename to build.bat diff --git a/build2.sh b/build.sh similarity index 100% rename from build2.sh rename to build.sh diff --git a/build2_all.bat b/build2_all.bat deleted file mode 100644 index c08c2915..00000000 --- a/build2_all.bat +++ /dev/null @@ -1,13 +0,0 @@ -@echo off - -call .\build2.bat hw - -call .\build2.bat lsc - -call .\build2.bat cts - -call .\build2.bat zj - -call .\build2.bat zg - -call .\build2.bat hg \ No newline at end of file diff --git a/build_all.bat b/build_all.bat new file mode 100644 index 00000000..eda1063f --- /dev/null +++ b/build_all.bat @@ -0,0 +1,13 @@ +@echo off + +call .\build.bat hw + +call .\build.bat lsc + +call .\build.bat cts + +call .\build.bat zj + +call .\build.bat zg + +call .\build.bat hg \ No newline at end of file