summaryrefslogtreecommitdiff
path: root/plugins/mRadio/make.bat
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mRadio/make.bat')
-rw-r--r--plugins/mRadio/make.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/mRadio/make.bat b/plugins/mRadio/make.bat
index da44c84de0..066c540fe9 100644
--- a/plugins/mRadio/make.bat
+++ b/plugins/mRadio/make.bat
@@ -18,8 +18,10 @@ md tmp
rem brcc32.exe mradio.rc -fomradio.res
%FPCBIN% @..\..\plugins\Utils.pas\fpc.cfg %PROJECT%.dpr %3 %4 %5 %6 %7 %8 %9
+if errorlevel 1 exit /b 1
move .\tmp\%PROJECT%.dll %OUTDIR%
move .\tmp\%PROJECT%.map .
del /Q tmp\*
rd tmp
+exit /b 0