summaryrefslogtreecommitdiff
path: root/plugins/Dbx_mmap_SA/Cryptors/Athena/make.bat
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Dbx_mmap_SA/Cryptors/Athena/make.bat')
-rw-r--r--plugins/Dbx_mmap_SA/Cryptors/Athena/make.bat13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/Dbx_mmap_SA/Cryptors/Athena/make.bat b/plugins/Dbx_mmap_SA/Cryptors/Athena/make.bat
new file mode 100644
index 0000000000..bccf7a792a
--- /dev/null
+++ b/plugins/Dbx_mmap_SA/Cryptors/Athena/make.bat
@@ -0,0 +1,13 @@
+@echo off
+..\delphi\brcc32.exe athena.rc -foathena.res
+if /i '%1' == 'fpc' (
+ ..\FPC\bin\fpc.exe athena.dpr %2 %3 %4 %5 %6 %7 %8 %9
+) else if /i '%1' == 'fpc64' (
+ ..\FPC\bin64\ppcrossx64.exe athena.dpr %2 %3 %4 %5 %6 %7 %8 %9
+) else if /i '%1' == 'xe2' (
+ ..\XE2\BIN\dcc32.exe athena.dpr %2 %3 %4 %5 %6 %7 %8 %9
+) else if /i '%1' == 'xe64' (
+ ..\XE2\BIN\dcc64.exe athena.dpr %2 %3 %4 %5 %6 %7 %8 %9
+) else (
+ ..\delphi\dcc32 athena.dpr %1 %2 %3 %4 %5 %6 %7 %8 %9
+) \ No newline at end of file