From 87d086ae4119579025a3ab6ea6762a6d7baab105 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sat, 9 Nov 2013 19:41:18 +0000 Subject: Pascal compilation 2013 adjustment git-svn-id: http://svn.miranda-ng.org/main/trunk@6845 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- bin12/pascal32.bat | 16 ++++++++-------- bin12/pascal64.bat | 14 +++++++------- plugins/!Deprecated/ShlExt/make.bat | 2 +- plugins/Actman/make.bat | 2 +- plugins/Actman30/make.bat | 2 +- plugins/Dbx_mmap_SA/Cryptors/Athena/make.bat | 2 +- plugins/ImportTXT/make.bat | 2 +- plugins/QuickSearch/make.bat | 2 +- plugins/Watrack/make.bat | 2 +- plugins/mRadio/make.bat | 2 +- 10 files changed, 23 insertions(+), 23 deletions(-) diff --git a/bin12/pascal32.bat b/bin12/pascal32.bat index 31b1e046cd..3f258bf528 100644 --- a/bin12/pascal32.bat +++ b/bin12/pascal32.bat @@ -3,40 +3,40 @@ pushd ..\plugins pushd Actman -call make.bat fpc 11 +call make.bat fpc 12 if errorlevel 1 goto :Error popd pushd Actman30 -call make.bat fpc 11 +call make.bat fpc 12 if errorlevel 1 goto :Error popd pushd ImportTXT -call make.bat fpc 11 +call make.bat fpc 12 if errorlevel 1 goto :Error popd pushd mRadio -call make.bat fpc 11 +call make.bat fpc 12 if errorlevel 1 goto :Error popd pushd QuickSearch -call make.bat fpc 11 +call make.bat fpc 12 if errorlevel 1 goto :Error popd pushd Watrack -call make.bat fpc 11 +call make.bat fpc 12 if errorlevel 1 goto :Error cd icons -call makeicons.bat fpc 11 +call makeicons.bat fpc 12 if errorlevel 1 goto :Error popd pushd Dbx_mmap_SA\Cryptors\Athena -call make.bat fpc 11 +call make.bat fpc 12 if errorlevel 1 goto :Error popd diff --git a/bin12/pascal64.bat b/bin12/pascal64.bat index 28877bc928..2b1b4565da 100644 --- a/bin12/pascal64.bat +++ b/bin12/pascal64.bat @@ -3,35 +3,35 @@ rem @echo off pushd ..\plugins pushd Actman -call make.bat fpc64 11 +call make.bat fpc64 12 if errorlevel 1 goto :Error popd pushd Actman30 -call make.bat fpc64 11 +call make.bat fpc64 12 if errorlevel 1 goto :Error popd pushd mRadio -call make.bat fpc64 11 +call make.bat fpc64 12 if errorlevel 1 goto :Error popd pushd QuickSearch -call make.bat fpc64 11 +call make.bat fpc64 12 if errorlevel 1 goto :Error popd pushd Watrack -call make.bat fpc64 11 +call make.bat fpc64 12 if errorlevel 1 goto :Error cd icons -call makeicons.bat fpc64 11 +call makeicons.bat fpc64 12 if errorlevel 1 goto :Error popd pushd Dbx_mmap_SA\Cryptors\Athena -call make.bat fpc64 11 +call make.bat fpc64 12 if errorlevel 1 goto :Error popd diff --git a/plugins/!Deprecated/ShlExt/make.bat b/plugins/!Deprecated/ShlExt/make.bat index f97c5ed9a3..cafec3c210 100644 --- a/plugins/!Deprecated/ShlExt/make.bat +++ b/plugins/!Deprecated/ShlExt/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 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 diff --git a/plugins/Actman30/make.bat b/plugins/Actman30/make.bat index 0512c815b6..1f2cfa505f 100644 --- a/plugins/Actman30/make.bat +++ b/plugins/Actman30/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 diff --git a/plugins/Dbx_mmap_SA/Cryptors/Athena/make.bat b/plugins/Dbx_mmap_SA/Cryptors/Athena/make.bat index 822532a3d9..438629ae85 100644 --- a/plugins/Dbx_mmap_SA/Cryptors/Athena/make.bat +++ b/plugins/Dbx_mmap_SA/Cryptors/Athena/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\Cryptors" set FPCBIN=fpc.exe diff --git a/plugins/ImportTXT/make.bat b/plugins/ImportTXT/make.bat index 027a6731b9..957eb25547 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 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 diff --git a/plugins/QuickSearch/make.bat b/plugins/QuickSearch/make.bat index 4aa4e3f70d..413ab68bcf 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 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 diff --git a/plugins/Watrack/make.bat b/plugins/Watrack/make.bat index b0523071f9..2e4c116c45 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 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 diff --git a/plugins/mRadio/make.bat b/plugins/mRadio/make.bat index 066c540fe9..f62b8d7168 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 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 -- cgit v1.2.3