summaryrefslogtreecommitdiff
path: root/tools/build_scripts/bin12/vad64.bat
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/bin12/vad64.bat
parentbb751cb231abc116f1a2b1385a7ce7d0e2884342 (diff)
unneeded scripts removed
Diffstat (limited to 'tools/build_scripts/bin12/vad64.bat')
-rw-r--r--tools/build_scripts/bin12/vad64.bat21
1 files changed, 0 insertions, 21 deletions
diff --git a/tools/build_scripts/bin12/vad64.bat b/tools/build_scripts/bin12/vad64.bat
deleted file mode 100644
index 7a1c45dcf0..0000000000
--- a/tools/build_scripts/bin12/vad64.bat
+++ /dev/null
@@ -1,21 +0,0 @@
-rem @echo off
-
-pushd ..\plugins
-
-pushd mRadio
-call make.bat fpc64 12
-if errorlevel 1 goto :Error
-popd
-
-pushd QuickSearch
-call make.bat fpc64 12
-if errorlevel 1 goto :Error
-popd
-
-popd
-goto :eof
-
-:Error
-echo ============================= FAIL! =============================
-pause
-exit \ No newline at end of file