summaryrefslogtreecommitdiff
path: root/plugins/Actman/make.bat
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-03-19 11:41:22 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-03-19 11:41:22 +0300
commitac4f98481f89b180c40b033d47e113a3cbef9233 (patch)
tree1b08dbb59c680a6a4b8c4792e45464e58d2181eb /plugins/Actman/make.bat
parent0cf2d899b7d79480e78c0050f1a1e343d8ead62b (diff)
unused .res files removed
Diffstat (limited to 'plugins/Actman/make.bat')
-rw-r--r--plugins/Actman/make.bat9
1 files changed, 5 insertions, 4 deletions
diff --git a/plugins/Actman/make.bat b/plugins/Actman/make.bat
index 529c628fd0..4367f7905b 100644
--- a/plugins/Actman/make.bat
+++ b/plugins/Actman/make.bat
@@ -15,10 +15,11 @@ set PROJECT=Actman
if not exist %OUTDIR% mkdir %OUTDIR%
md tmp
-brcc32.exe %myopts% options.rc -fooptions.res
-brcc32.exe %myopts% hooks\hooks.rc -fohooks\hooks.res
-brcc32.exe %myopts% tasks\tasks.rc -fotasks\tasks.res
-brcc32.exe %myopts% ua\ua.rc -foua\ua.res
+brcc32.exe options.rc
+brcc32.exe hooks\hooks.rc
+brcc32.exe tasks\tasks.rc
+brcc32.exe ua\ua.rc
+for /F %%i in ('dir /b *.rc') do brcc32.exe %%i
rc version.rc
%FPCBIN% @..\Utils.pas\fpc.cfg %PROJECT%.dpr %3 %4 %5 %6 %7 %8 %9