diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-12-07 22:28:32 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-12-07 22:28:32 +0000 |
commit | 86e88763247d65db4b1f14032ce437c63cb86329 (patch) | |
tree | fa6c8630437e3c77e8660c3353f680c298dfab1c /plugins/Dbx_mmap_SA | |
parent | f5a3205ea469735505ca65e1f5ebebd3f3076c33 (diff) |
- pascal build scripts adaptation for bin11
git-svn-id: http://svn.miranda-ng.org/main/trunk@2692 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dbx_mmap_SA')
-rw-r--r-- | plugins/Dbx_mmap_SA/Cryptors/Athena/make.bat | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/Dbx_mmap_SA/Cryptors/Athena/make.bat b/plugins/Dbx_mmap_SA/Cryptors/Athena/make.bat index 7fbb417d1d..3e04f09f30 100644 --- a/plugins/Dbx_mmap_SA/Cryptors/Athena/make.bat +++ b/plugins/Dbx_mmap_SA/Cryptors/Athena/make.bat @@ -1,4 +1,8 @@ -rem @echo off
+@echo off
+set p1=%1
+set p2=%2
+if "%p1%" == "" (echo "please specify target platform by adding 'fpc' or 'fpc64 parameter to commamd 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 /i '%1' == 'fpc' (
set OUTDIR="..\..\..\..\bin%2\Release\Plugins\Cryptors"
set FPCBIN=fpc.exe
|