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/QuickSearch/make.bat | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'plugins/QuickSearch') diff --git a/plugins/QuickSearch/make.bat b/plugins/QuickSearch/make.bat index 64fc690140..bab465dbc3 100644 --- a/plugins/QuickSearch/make.bat +++ b/plugins/QuickSearch/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 +set myopts=-O3 -Xs -Sd -dMiranda -FE.\tmp -Fi..\Utils.pas -Fi..\ExternalAPI\delphi -Fu..\Utils.pas -Fu..\..\include\delphi -Fu..\ExternalAPI\delphi set dprname=quicksearch.dpr rem brcc32.exe qs.rc -foqs.res @@ -13,7 +13,6 @@ if /i '%1' == 'fpc' ( ppcrossx64.exe %myopts% %dprname% %2 %3 %4 %5 %6 %7 %8 %9 ) -move tmp\quicksearch.dll . +move /y tmp\quicksearch.dll %OUTDIR%\QuickSearch.dll del /Q tmp\* -rd tmp -move /y quicksearch.dll ..\..\bin10\Release\Plugins\QuickSearch.dll \ No newline at end of file +rd tmp \ No newline at end of file -- cgit v1.2.3