diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-11-09 19:41:18 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-11-09 19:41:18 +0000 |
commit | 87d086ae4119579025a3ab6ea6762a6d7baab105 (patch) | |
tree | 4596dd92be677126bb9642e0ec33b021ab9d46d1 /plugins/Actman | |
parent | 732edea990498db97bfaf74e74a30733cece7fa0 (diff) |
Pascal compilation 2013 adjustment
git-svn-id: http://svn.miranda-ng.org/main/trunk@6845 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Actman')
-rw-r--r-- | plugins/Actman/make.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Actman/make.bat b/plugins/Actman/make.bat index e8f2a0a233..baa56af0c2 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 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
|