summaryrefslogtreecommitdiff
path: root/Dbx_mmap_SA/Cryptors/Athena/make.bat
diff options
context:
space:
mode:
Diffstat (limited to 'Dbx_mmap_SA/Cryptors/Athena/make.bat')
-rw-r--r--Dbx_mmap_SA/Cryptors/Athena/make.bat9
1 files changed, 9 insertions, 0 deletions
diff --git a/Dbx_mmap_SA/Cryptors/Athena/make.bat b/Dbx_mmap_SA/Cryptors/Athena/make.bat
new file mode 100644
index 0000000..e847eff
--- /dev/null
+++ b/Dbx_mmap_SA/Cryptors/Athena/make.bat
@@ -0,0 +1,9 @@
+@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 (
+ ..\delphi\dcc32 athena.dpr %1 %2 %3 %4 %5 %6 %7 %8 %9
+)