summaryrefslogtreecommitdiff
path: root/tools/build_scripts/bin10
diff options
context:
space:
mode:
authorwatcherhd <watcherhd@gmail.com>2017-08-11 08:08:41 +0300
committerwatcherhd <watcherhd@gmail.com>2017-08-11 08:08:56 +0300
commit49af8c8d81ea785622fe037ed4db75a47aa359f4 (patch)
treea5dcbc3a29a1a625597545e299d67b8e826a371a /tools/build_scripts/bin10
parentbb751cb231abc116f1a2b1385a7ce7d0e2884342 (diff)
unneeded scripts removed
Diffstat (limited to 'tools/build_scripts/bin10')
-rw-r--r--tools/build_scripts/bin10/MirUpdateStatrt.bat27
-rw-r--r--tools/build_scripts/bin10/vad.bat21
-rw-r--r--tools/build_scripts/bin10/vad64.bat21
-rw-r--r--tools/build_scripts/bin10/w_Rebuild_Plugins.bat21
4 files changed, 0 insertions, 90 deletions
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