diff options
author | George Hazan <ghazan@miranda.im> | 2017-11-07 21:00:35 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-11-07 21:00:35 +0300 |
commit | c35c88f0a9bd186805355a9ae6d49d1ad04095dc (patch) | |
tree | e71a250438fb53ac8a9d68dfa3420350ca4088be /plugins/QuickSearch | |
parent | d9781103f5e64b3aa8a5e6f78e8dcb7d0b0a0a4c (diff) |
bin10 removed from batch files
Diffstat (limited to 'plugins/QuickSearch')
-rw-r--r-- | plugins/QuickSearch/make.bat | 2 |
1 files changed, 1 insertions, 1 deletions
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
|