summaryrefslogtreecommitdiff
path: root/tools/build_scripts/z3_PackArchives.bat
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-08-28 11:49:28 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-08-28 11:49:28 +0300
commit3cee34ba8faf9722ed21b492791858e1091cb54e (patch)
tree59e3a6fe66e35af663e4665cdd9c62b369c8d2c0 /tools/build_scripts/z3_PackArchives.bat
parent68be2fc9f39d5945e47e8564aa56c56ff438ac58 (diff)
fixes for building stable version
Diffstat (limited to 'tools/build_scripts/z3_PackArchives.bat')
-rw-r--r--tools/build_scripts/z3_PackArchives.bat10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/build_scripts/z3_PackArchives.bat b/tools/build_scripts/z3_PackArchives.bat
index 8ff4df1109..eff4dc58f7 100644
--- a/tools/build_scripts/z3_PackArchives.bat
+++ b/tools/build_scripts/z3_PackArchives.bat
@@ -33,10 +33,10 @@ move /Y miranda-ng-plugins*.7z %ArchDistr%
cd ..
-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
+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
popd \ No newline at end of file