diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-10-10 11:24:07 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-10-10 11:24:07 +0000 |
commit | a563a18a62ff3bacc47076d6e6660c284410e505 (patch) | |
tree | f614254ab389f593a13ea32e5b2c10770606b8ed /plugins/Dbx_mmap_SA/Cryptors | |
parent | 16f401d0f7d122b97ff3cb0ab49e47c38ad6e5a2 (diff) |
Watrack icons added to compilation
git-svn-id: http://svn.miranda-ng.org/main/trunk@1861 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dbx_mmap_SA/Cryptors')
-rw-r--r-- | plugins/Dbx_mmap_SA/Cryptors/Athena/How to build Athena.txt | 11 | ||||
-rw-r--r-- | plugins/Dbx_mmap_SA/Cryptors/Athena/make.bat | 2 |
2 files changed, 1 insertions, 12 deletions
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
|