summaryrefslogtreecommitdiff
path: root/plugins/Actman
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Actman')
-rw-r--r--plugins/Actman/make.bat2
1 files changed, 1 insertions, 1 deletions
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