diff options
author | George Hazan <ghazan@miranda.im> | 2017-08-23 23:32:35 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-08-23 23:32:48 +0300 |
commit | a07ff1b4d223d9a6b8646cfc9c3a6746c7e631a9 (patch) | |
tree | 19f575d9edc2e618a7b5965b32d5dfbddee200c8 /tools/build_scripts/z1_ReBuild_Full.bat | |
parent | f7efe28523b35328a22c00b0946f6e6745ce5790 (diff) |
final pack of changes for builder
Diffstat (limited to 'tools/build_scripts/z1_ReBuild_Full.bat')
-rw-r--r-- | tools/build_scripts/z1_ReBuild_Full.bat | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/tools/build_scripts/z1_ReBuild_Full.bat b/tools/build_scripts/z1_ReBuild_Full.bat index 3eb9e9df4b..a4a40956b2 100644 --- a/tools/build_scripts/z1_ReBuild_Full.bat +++ b/tools/build_scripts/z1_ReBuild_Full.bat @@ -13,12 +13,13 @@ if exist git_error.txt del /f /q git_error.txt REM call git_update.bat pushd bin10 -if not exist log mkdir log -REM if /i '%tp%' == '32' ( -REM if exist "Release" rd /Q /S "Release" >nul -REM ) -REM if exist "Release%tp%" rd /Q /S "Release%tp%" >nul -REM if exist "Symbols%tp%" rd /Q /S "Symbols%tp%" >nul +if not exist Logs mkdir Logs + +if /i '%tp%' == '32' ( + if exist "Release" rd /Q /S "Release" >nul +) +if exist "Release%tp%" rd /Q /S "Release%tp%" >nul +if exist "Symbols%tp%" rd /Q /S "Symbols%tp%" >nul if exist "..\include\m_version.h" del /F /Q "..\include\m_version.h" pushd ..\build @@ -26,6 +27,7 @@ call make_ver.bat popd MsBuild.exe "full.sln" /m /t:Rebuild /p:Configuration=Release;Platform="%ptr%" /fileLogger /fileLoggerParameters:LogFile=Logs\full%tp%.log;errorsonly;warningsonly;summary +start /wait z1_ReBuild_w810.bat %tp% call pascal%tp%.bat pushd ..\plugins\NotifyAnything\SendLog call compile%tp%.bat |