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