diff options
Diffstat (limited to 'plugins/mRadio/make.bat')
-rw-r--r-- | plugins/mRadio/make.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/mRadio/make.bat b/plugins/mRadio/make.bat index 0c3ed54f0a..da44c84de0 100644 --- a/plugins/mRadio/make.bat +++ b/plugins/mRadio/make.bat @@ -20,5 +20,6 @@ rem brcc32.exe mradio.rc -fomradio.res %FPCBIN% @..\..\plugins\Utils.pas\fpc.cfg %PROJECT%.dpr %3 %4 %5 %6 %7 %8 %9
move .\tmp\%PROJECT%.dll %OUTDIR%
+move .\tmp\%PROJECT%.map .
del /Q tmp\*
rd tmp
|