From 08b24b74809b0ee3395331357b26fe2a590912df Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 24 Jul 2019 19:20:13 +0300 Subject: if there's no Delphi on a computer, who cares? --- plugins/Actman/make.bat | 8 ++++---- plugins/QuickSearch/make.bat | 2 +- plugins/Watrack/make.bat | 20 ++++++++++---------- plugins/mRadio/make.bat | 2 +- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/plugins/Actman/make.bat b/plugins/Actman/make.bat index 2f71f63428..529c628fd0 100644 --- a/plugins/Actman/make.bat +++ b/plugins/Actman/make.bat @@ -15,10 +15,10 @@ set PROJECT=Actman if not exist %OUTDIR% mkdir %OUTDIR% md tmp -rem brcc32.exe %myopts% options.rc -fooptions.res -rem brcc32.exe %myopts% hooks\hooks.rc -fohooks\hooks.res -rem brcc32.exe %myopts% tasks\tasks.rc -fotasks\tasks.res -rem brcc32.exe %myopts% ua\ua.rc -foua\ua.res +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 rc version.rc %FPCBIN% @..\Utils.pas\fpc.cfg %PROJECT%.dpr %3 %4 %5 %6 %7 %8 %9 diff --git a/plugins/QuickSearch/make.bat b/plugins/QuickSearch/make.bat index 79013482e5..75543684c2 100644 --- a/plugins/QuickSearch/make.bat +++ b/plugins/QuickSearch/make.bat @@ -15,7 +15,7 @@ set PROJECT=QuickSearch if not exist %OUTDIR% mkdir %OUTDIR% md tmp -rem brcc32.exe qs.rc -foqs.res +brcc32.exe qs.rc -foqs.res rc version.rc %FPCBIN% @..\Utils.pas\fpc.cfg %PROJECT%.dpr %3 %4 %5 %6 %7 %8 %9 diff --git a/plugins/Watrack/make.bat b/plugins/Watrack/make.bat index 30ab56e217..7b778450ee 100644 --- a/plugins/Watrack/make.bat +++ b/plugins/Watrack/make.bat @@ -15,16 +15,16 @@ set PROJECT=Watrack if not exist %OUTDIR% mkdir %OUTDIR% md tmp -rem brcc32.exe res\watrack.rc -fores\watrack.res -rem brcc32.exe lastfm\lastfm.rc -folastfm\lastfm.res -rem brcc32.exe myshows\myshows.rc -fomyshows\myshows.res -rem brcc32.exe players\mradio.rc -foplayers\mradio.res -rem brcc32.exe kolframe\frm.rc -fokolframe\frm.res -rem brcc32.exe popup\popup.rc -fopopup\popup.res -rem brcc32.exe proto\proto.rc -foproto\proto.res -rem brcc32.exe stat\stat.rc -fostat\stat.res -rem brcc32.exe status\status.rc -fostatus\status.res -rem brcc32.exe templates\templates.rc -fotemplates\templates.res +brcc32.exe res\watrack.rc -fores\watrack.res +brcc32.exe lastfm\lastfm.rc -folastfm\lastfm.res +brcc32.exe myshows\myshows.rc -fomyshows\myshows.res +brcc32.exe players\mradio.rc -foplayers\mradio.res +brcc32.exe kolframe\frm.rc -fokolframe\frm.res +brcc32.exe popup\popup.rc -fopopup\popup.res +brcc32.exe proto\proto.rc -foproto\proto.res +brcc32.exe stat\stat.rc -fostat\stat.res +brcc32.exe status\status.rc -fostatus\status.res +brcc32.exe templates\templates.rc -fotemplates\templates.res rc version.rc %FPCBIN% @..\Utils.pas\fpc.cfg %PROJECT%.dpr %3 %4 %5 %6 %7 %8 %9 diff --git a/plugins/mRadio/make.bat b/plugins/mRadio/make.bat index 2476bd3a2e..bcbc7356f7 100644 --- a/plugins/mRadio/make.bat +++ b/plugins/mRadio/make.bat @@ -15,7 +15,7 @@ set PROJECT=mRadio if not exist %OUTDIR% mkdir %OUTDIR% md tmp -rem brcc32.exe mradio.rc -fomradio.res +brcc32.exe mradio.rc -fomradio.res rc version.rc -- cgit v1.2.3