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