From 49af8c8d81ea785622fe037ed4db75a47aa359f4 Mon Sep 17 00:00:00 2001 From: watcherhd Date: Fri, 11 Aug 2017 08:08:41 +0300 Subject: unneeded scripts removed --- tools/build_scripts/bin10/MirUpdateStatrt.bat | 27 ------------------------- tools/build_scripts/bin10/vad.bat | 21 ------------------- tools/build_scripts/bin10/vad64.bat | 21 ------------------- tools/build_scripts/bin10/w_Rebuild_Plugins.bat | 21 ------------------- 4 files changed, 90 deletions(-) delete mode 100644 tools/build_scripts/bin10/MirUpdateStatrt.bat delete mode 100644 tools/build_scripts/bin10/vad.bat delete mode 100644 tools/build_scripts/bin10/vad64.bat delete mode 100644 tools/build_scripts/bin10/w_Rebuild_Plugins.bat (limited to 'tools/build_scripts/bin10') diff --git a/tools/build_scripts/bin10/MirUpdateStatrt.bat b/tools/build_scripts/bin10/MirUpdateStatrt.bat deleted file mode 100644 index dc2e847478..0000000000 --- a/tools/build_scripts/bin10/MirUpdateStatrt.bat +++ /dev/null @@ -1,27 +0,0 @@ -for %%i IN (1) do call taskkill /T /IM miranda32.exe -if %errorlevel% ==0 (goto :EXIT) else (goto :ACT) -:EXIT -timeout 1 -for %%i IN (1) do call taskkill /T /IM miranda32.exe -if %errorlevel% ==0 goto :EXIT - -:ACT -pushd Release -rd /s /q OBJ >nul -popd -xcopy /S /Y "Release\*.dll" "E:\MirandaNG\" -xcopy /S /Y "Release\*.mir" "E:\MirandaNG\" -copy /V /Y "Release\Plugins\tox.ini" "E:\MirandaNG\Plugins\" -copy /V /Y "Release\miranda32.exe" "E:\MirandaNG\" -del /F /S /Q "Release\*.dll" >> nul -del /F /S /Q "Release\*.mir" >> nul -del /F /Q "Release\miranda32.exe" - -rd /S /Q "Release" >nul - -pushd E:\MirandaNG -call rebaser.cmd -start /b miranda32.exe -cd Languages\Lang -svn update -popd \ No newline at end of file diff --git a/tools/build_scripts/bin10/vad.bat b/tools/build_scripts/bin10/vad.bat deleted file mode 100644 index d4d3ea10c5..0000000000 --- a/tools/build_scripts/bin10/vad.bat +++ /dev/null @@ -1,21 +0,0 @@ -rem @echo off - -pushd ..\plugins - -pushd mRadio -call make.bat fpc 10 -if errorlevel 1 goto :Error -popd - -pushd QuickSearch -call make.bat fpc 10 -if errorlevel 1 goto :Error -popd - -popd -goto :eof - -:Error -echo ============================= FAIL! ============================= -pause -exit \ No newline at end of file diff --git a/tools/build_scripts/bin10/vad64.bat b/tools/build_scripts/bin10/vad64.bat deleted file mode 100644 index cbc72d10f5..0000000000 --- a/tools/build_scripts/bin10/vad64.bat +++ /dev/null @@ -1,21 +0,0 @@ -rem @echo off - -pushd ..\plugins - -pushd mRadio -call make.bat fpc64 10 -if errorlevel 1 goto :Error -popd - -pushd QuickSearch -call make.bat fpc64 10 -if errorlevel 1 goto :Error -popd - -popd -goto :eof - -:Error -echo ============================= FAIL! ============================= -pause -exit \ No newline at end of file diff --git a/tools/build_scripts/bin10/w_Rebuild_Plugins.bat b/tools/build_scripts/bin10/w_Rebuild_Plugins.bat deleted file mode 100644 index 484fcec41d..0000000000 --- a/tools/build_scripts/bin10/w_Rebuild_Plugins.bat +++ /dev/null @@ -1,21 +0,0 @@ -call "%VS100COMNTOOLS%\..\..\VC\vcvarsall.bat" - -call git_update.bat - -if exist "Release" rd /Q /S "Release" >nul - -if exist "..\include\m_version.h" del /F /Q "..\include\m_version.h" -echo on -pushd ..\build -call make_ver.bat -popd - -MsBuild.exe "plugs_vad.sln" /m /t:Rebuild /p:Configuration=Release /p:Platform="Win32" /fileLogger /fileLoggerParameters:LogFile=Logs\plugs_vad.log;errorsonly;warningsonly - -call vad.bat - -rd /S /Q "Release\Obj" - -del /F /S /Q "Release\*.pdb" - -popd \ No newline at end of file -- cgit v1.2.3