diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Actman/make.bat | 2 | ||||
-rw-r--r-- | plugins/ImportTXT/make.bat | 2 | ||||
-rw-r--r-- | plugins/QuickSearch/make.bat | 2 | ||||
-rw-r--r-- | plugins/Watrack/icons/makeicons.bat | 2 | ||||
-rw-r--r-- | plugins/Watrack/make.bat | 2 | ||||
-rw-r--r-- | plugins/mRadio/make.bat | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/plugins/Actman/make.bat b/plugins/Actman/make.bat index 7f324c52a0..3f06ece2b5 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 12 for bin12 to command line!'"&&pause&&goto :EOF)
+if "%p2%" == "" (echo "please specify target output directory by adding 15 for bin15 to command line!'"&&pause&&goto :EOF)
if /i '%1' == 'fpc' (
set OUTDIR="..\..\bin%2\Release\Plugins"
set FPCBIN=fpc.exe
diff --git a/plugins/ImportTXT/make.bat b/plugins/ImportTXT/make.bat index f193aa20a5..d513c4e506 100644 --- a/plugins/ImportTXT/make.bat +++ b/plugins/ImportTXT/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 12 for bin12 to command line!'"&&pause&&goto :EOF)
+if "%p2%" == "" (echo "please specify target output directory by adding 15 for bin15 to command line!'"&&pause&&goto :EOF)
if /i '%1' == 'fpc' (
set OUTDIR="..\..\bin%2\Release\Plugins"
set FPCBIN=fpc.exe
diff --git a/plugins/QuickSearch/make.bat b/plugins/QuickSearch/make.bat index c9beaad65a..e81991df45 100644 --- a/plugins/QuickSearch/make.bat +++ b/plugins/QuickSearch/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 12 for bin12 to command line!'"&&pause&&goto :EOF)
+if "%p2%" == "" (echo "please specify target output directory by adding 15 for bin15 to command line!'"&&pause&&goto :EOF)
if /i '%1' == 'fpc' (
set OUTDIR="..\..\bin%2\Release\Plugins"
set FPCBIN=fpc.exe
diff --git a/plugins/Watrack/icons/makeicons.bat b/plugins/Watrack/icons/makeicons.bat index 0fb9712985..a8ea65a2ab 100644 --- a/plugins/Watrack/icons/makeicons.bat +++ b/plugins/Watrack/icons/makeicons.bat @@ -2,7 +2,7 @@ rem @echo off 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 12 for bin12 to command line!'"&&pause&&goto :EOF)
+if "%p2%" == "" (echo "please specify target output directory by adding 15 for bin15 to command line!'"&&pause&&goto :EOF)
if /i '%1' == 'fpc' (
set OUTDIR="..\..\..\bin%2\Release\Icons"
set FPCBIN=fpc.exe
diff --git a/plugins/Watrack/make.bat b/plugins/Watrack/make.bat index 504991c712..95170bd99b 100644 --- a/plugins/Watrack/make.bat +++ b/plugins/Watrack/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 12 for bin12 to command line!'"&&pause&&goto :EOF)
+if "%p2%" == "" (echo "please specify target output directory by adding 15 for bin15 to command line!'"&&pause&&goto :EOF)
if /i '%1' == 'fpc' (
set OUTDIR="..\..\bin%2\Release\Plugins"
set FPCBIN=fpc.exe
diff --git a/plugins/mRadio/make.bat b/plugins/mRadio/make.bat index b55a8c1941..e9a15fee74 100644 --- a/plugins/mRadio/make.bat +++ b/plugins/mRadio/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 12 for bin12 to command line!'"&&pause&&goto :EOF)
+if "%p2%" == "" (echo "please specify target output directory by adding 15 for bin15 to command line!'"&&pause&&goto :EOF)
if /i '%1' == 'fpc' (
set OUTDIR="..\..\bin%2\Release\Plugins"
set FPCBIN=fpc.exe
|