From ea7ee1f6052051f7e3ce54a08dd48f23291712cb Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Tue, 9 Oct 2012 12:47:57 +0000 Subject: Pascal 32-bit final compilation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@1842 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/mRadio/make.bat | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'plugins/mRadio') 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 -- cgit v1.2.3