diff options
Diffstat (limited to 'protocols/mRadio/make.bat')
-rw-r--r-- | protocols/mRadio/make.bat | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/protocols/mRadio/make.bat b/protocols/mRadio/make.bat deleted file mode 100644 index 2917577c4a..0000000000 --- a/protocols/mRadio/make.bat +++ /dev/null @@ -1,20 +0,0 @@ -@echo off
-if /i '%1' == 'fpc' (
- set OUTDIR="..\..\bin10\Release\Plugins"
- set FPCBIN=fpc.exe
-) else if /i '%1' == 'fpc64' (
- set OUTDIR="..\..\bin10\Release64\Plugins"
- set FPCBIN=ppcrossx64.exe
-)
-set PROJECT=mRadio
-
-if not exist %OUTDIR% mkdir %OUTDIR%
-md tmp
-
-rem brcc32.exe mradio.rc -fomradio.res
-
-%FPCBIN% @..\..\plugins\Utils.pas\fpc.cfg %PROJECT%.dpr %2 %3 %4 %5 %6 %7 %8 %9
-
-move .\tmp\%PROJECT%.dll %OUTDIR%
-del /Q tmp\*
-rd tmp
|