From 3979fba7ea0009a4e416380be767475008b1f3e6 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Fri, 28 Feb 2014 08:58:07 +0000 Subject: farewell MSVS 2012 git-svn-id: http://svn.miranda-ng.org/main/trunk@8324 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Actman/make.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Actman') diff --git a/plugins/Actman/make.bat b/plugins/Actman/make.bat index baa56af0c2..7f324c52a0 100644 --- a/plugins/Actman/make.bat +++ b/plugins/Actman/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 or 12 for bin12 to command line!'"&&pause&&goto :EOF) +if "%p2%" == "" (echo "please specify target output directory by adding 10 for bin10 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