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.bat9
1 files changed, 4 insertions, 5 deletions
diff --git a/plugins/mRadio/make.bat b/plugins/mRadio/make.bat
index adfa1af64c..8aca99d531 100644
--- a/plugins/mRadio/make.bat
+++ b/plugins/mRadio/make.bat
@@ -1,8 +1,8 @@
rem @echo off
-set OUTDIR="..\..\bin10\Release\Plugins"
+set OUTDIR="..\..\bin10\Release\Plugins"
if not exist %OUTDIR% mkdir %OUTDIR%
md tmp
-set myopts=-O3 -Xs -Sd -dMiranda -FEtmp -Fi..\Utils.pas -Fi..\ExternalAPI\delphi -Fu..\Utils.pas -Fu..\..\include\delphi -Fu..\ExternalAPI\delphi -Fu..\Libs
+set myopts=-O3 -Xs -Sd -dMiranda -FE.\tmp -Fi..\Utils.pas -Fi..\ExternalAPI\delphi -Fu..\Utils.pas -Fu..\..\include\delphi -Fu..\ExternalAPI\delphi -Fu..\Libs
set dprname=mradio.dpr
rem brcc32.exe mradio.rc -fomradio.res
@@ -13,7 +13,6 @@ if /i '%1' == 'fpc' (
ppcrossx64.exe %myopts% %dprname% %2 %3 %4 %5 %6 %7 %8 %9
)
-move tmp\mradio.dll .
+move /y tmp\mradio.dll %OUTDIR%\mRadio.dll
del /Q tmp\*
-rd tmp
-move /y mradio.dll ..\..\bin10\Release\Plugins\mRadio.dll \ No newline at end of file
+rd tmp \ No newline at end of file