From d39b96dbadaa797b5e4354f507f8a43ac2b1f732 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Fri, 7 Dec 2012 15:39:09 +0000 Subject: - pascal build scripts adaptation for bin11 git-svn-id: http://svn.miranda-ng.org/main/trunk@2689 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ShlExt/make.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/ShlExt') diff --git a/plugins/ShlExt/make.bat b/plugins/ShlExt/make.bat index a90728e3c7..b13d30d48c 100644 --- a/plugins/ShlExt/make.bat +++ b/plugins/ShlExt/make.bat @@ -1,9 +1,9 @@ @echo off if /i '%1' == 'fpc' ( - set OUTDIR="..\..\bin10\Release\Plugins" + set OUTDIR="..\..\bin%2\Release\Plugins" set FPCBIN=fpc.exe ) else if /i '%1' == 'fpc64' ( - set OUTDIR="..\..\bin10\Release64\Plugins" + set OUTDIR="..\..\bin%2\Release64\Plugins" set FPCBIN=ppcrossx64.exe ) set PROJECT=ShlExt @@ -11,7 +11,7 @@ set PROJECT=ShlExt if not exist %OUTDIR% mkdir %OUTDIR% md tmp -%FPCBIN% @..\Utils.pas\fpc.cfg %PROJECT%.dpr %2 %3 %4 %5 %6 %7 %8 %9 +%FPCBIN% @..\Utils.pas\fpc.cfg %PROJECT%.dpr %3 %4 %5 %6 %7 %8 %9 move .\tmp\%PROJECT%.dll %OUTDIR% del /Q tmp\* -- cgit v1.2.3