summaryrefslogtreecommitdiff
path: root/plugins/Actman30/make.bat
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-08-16 15:07:08 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-08-16 15:07:08 +0000
commitff74f51ef8b2d1a46b27e7a6749f0667dbd76497 (patch)
tree2e42b9d12b821869a6126ba30ae3f764f5c4b00c /plugins/Actman30/make.bat
parent35489ce3659220b4ebd25d1b3ab0258115cf10a4 (diff)
custom base64 functions removed from all pascal plugins
git-svn-id: http://svn.miranda-ng.org/main/trunk@5720 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Actman30/make.bat')
-rw-r--r--plugins/Actman30/make.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Actman30/make.bat b/plugins/Actman30/make.bat
index 36cbb97ab5..6e10afe21f 100644
--- a/plugins/Actman30/make.bat
+++ b/plugins/Actman30/make.bat
@@ -2,7 +2,7 @@
set myopts=-dMiranda
set dprname=actman.dpr
-for /R %%I in (*.rc) do ..\delphi\brcc32.exe %myopts% %%I -fo%%~npI.res >nul
+for /R %%I in (*.rc) do brcc32.exe %myopts% %%I -fo%%~npI.res >nul
if /i '%1' == 'fpc' (
..\FPC\bin\fpc.exe %myopts% %dprname% %2 %3 %4 %5 %6 %7 %8 %9