summaryrefslogtreecommitdiff
path: root/tools/build_scripts/z3_PackArchives.bat
diff options
context:
space:
mode:
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