diff options
author | George Hazan <ghazan@miranda.im> | 2017-09-24 22:31:22 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-09-24 22:31:22 +0300 |
commit | 8ee92185df8b0d44bdec3527b1b4e00c1ae0a0a4 (patch) | |
tree | bcf8b4b899fe45f896109e9130f7c3182c352138 /tools/build_scripts | |
parent | 775aa132d862c4b707f72ed81c0e614a959c5bb0 (diff) |
no need to download these files from the server each time, they should live in pre-build subfolder
Diffstat (limited to 'tools/build_scripts')
-rw-r--r-- | tools/build_scripts/z1_ReBuild_Full.bat | 6 | ||||
-rw-r--r-- | tools/build_scripts/z1_ReBuild_Full_Stable.bat | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/tools/build_scripts/z1_ReBuild_Full.bat b/tools/build_scripts/z1_ReBuild_Full.bat index b48ea79f30..326d45aa3d 100644 --- a/tools/build_scripts/z1_ReBuild_Full.bat +++ b/tools/build_scripts/z1_ReBuild_Full.bat @@ -33,12 +33,6 @@ pushd ..\plugins\NotifyAnything\SendLog call compile%tp%.bat popd -if /i '%tp%' == '32' ( - %GetIt% -P Release/Libs -r -np -nd -nH -R html -e robots=off https://miranda-ng.org/distr/build/x86/ -) else if /i '%tp%' == '64' ( - %GetIt% -P Release64/Libs -r -np -nd -nH -R html -e robots=off https://miranda-ng.org/distr/build/x64/ -) - if exist Release ren Release Release32 md Symbols%tp% rd /S /Q "Release%tp%\Obj" >nul diff --git a/tools/build_scripts/z1_ReBuild_Full_Stable.bat b/tools/build_scripts/z1_ReBuild_Full_Stable.bat index f5c66b5cb6..e0bfd26559 100644 --- a/tools/build_scripts/z1_ReBuild_Full_Stable.bat +++ b/tools/build_scripts/z1_ReBuild_Full_Stable.bat @@ -41,12 +41,6 @@ move make_ver.bat make_ver_stable.bat move make_ver.old make_ver.bat popd -if /i '%tp%' == '32' ( - %GetIt% -P Release/Libs -r -np -nd -nH -R html -e robots=off https://miranda-ng.org/distr/build/x86/ -) else if /i '%tp%' == '64' ( - %GetIt% -P Release64/Libs -r -np -nd -nH -R html -e robots=off https://miranda-ng.org/distr/build/x64/ -) - if exist Release ren Release Release32 md Symbols%tp% rd /S /Q "Release%tp%\Obj" >nul |