From a563a18a62ff3bacc47076d6e6660c284410e505 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Wed, 10 Oct 2012 11:24:07 +0000 Subject: Watrack icons added to compilation git-svn-id: http://svn.miranda-ng.org/main/trunk@1861 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dbx_mmap_SA/Cryptors/Athena/How to build Athena.txt | 11 ----------- plugins/Dbx_mmap_SA/Cryptors/Athena/make.bat | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 plugins/Dbx_mmap_SA/Cryptors/Athena/How to build Athena.txt (limited to 'plugins/Dbx_mmap_SA/Cryptors') diff --git a/plugins/Dbx_mmap_SA/Cryptors/Athena/How to build Athena.txt b/plugins/Dbx_mmap_SA/Cryptors/Athena/How to build Athena.txt deleted file mode 100644 index deae9e767c..0000000000 --- a/plugins/Dbx_mmap_SA/Cryptors/Athena/How to build Athena.txt +++ /dev/null @@ -1,11 +0,0 @@ -1. Obtain sources from http://delphi-miranda-plugins.googlecode.com/svn/trunk with your favorite SVN client. - -2. Copy Athena folder to the root directory of the abovementioned sources. - -3. Open Command prompt, navigate to Athena folder. - -4. Type: "make" (without quotes) - to build 32-bit version with Delphi 5, - "make fpc" - to build Free Pascal 32-bit version, - "make fpc64" - to build Free Pascal 64-bit version, - "make xe2" - to build Delphi XE2 32-bit version, - "make xe64" - to build Delphi XE2 64-bit version. \ No newline at end of file diff --git a/plugins/Dbx_mmap_SA/Cryptors/Athena/make.bat b/plugins/Dbx_mmap_SA/Cryptors/Athena/make.bat index a69a30549f..44d2af2c3f 100644 --- a/plugins/Dbx_mmap_SA/Cryptors/Athena/make.bat +++ b/plugins/Dbx_mmap_SA/Cryptors/Athena/make.bat @@ -1,4 +1,4 @@ -@echo off +rem @echo off if /i '%1' == 'fpc' ( set OUTDIR="..\..\..\..\bin10\Release\Plugins\Cryptors" set FPCBIN=fpc.exe -- cgit v1.2.3