From 87d086ae4119579025a3ab6ea6762a6d7baab105 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sat, 9 Nov 2013 19:41:18 +0000 Subject: Pascal compilation 2013 adjustment git-svn-id: http://svn.miranda-ng.org/main/trunk@6845 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Actman30/make.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Actman30') diff --git a/plugins/Actman30/make.bat b/plugins/Actman30/make.bat index 0512c815b6..1f2cfa505f 100644 --- a/plugins/Actman30/make.bat +++ b/plugins/Actman30/make.bat @@ -2,7 +2,7 @@ set p1=%1 set p2=%2 if "%p1%" == "" (echo "please specify target platform by adding 'fpc' or 'fpc64 parameter to command line!'"&&pause&&goto :EOF) -if "%p2%" == "" (echo "please specify target output directory by adding 10 for bin10 or 11 for bin11 to command line!'"&&pause&&goto :EOF) +if "%p2%" == "" (echo "please specify target output directory by adding 10 for bin10 or 11 for bin11 or 12 for bin12 to command line!'"&&pause&&goto :EOF) if /i '%1' == 'fpc' ( set OUTDIR="..\..\bin%2\Release\Plugins" set FPCBIN=fpc.exe -- cgit v1.2.3