diff options
author | George Hazan <ghazan@miranda.im> | 2019-07-24 19:20:13 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-07-24 19:20:13 +0300 |
commit | 08b24b74809b0ee3395331357b26fe2a590912df (patch) | |
tree | cd2fa8611c13fb1c011fcb3a0cacf431ad28312c /plugins/Watrack | |
parent | be086bf8ca69a02fedbdfed65013da64b97b6b54 (diff) |
if there's no Delphi on a computer, who cares?
Diffstat (limited to 'plugins/Watrack')
-rw-r--r-- | plugins/Watrack/make.bat | 20 |
1 files changed, 10 insertions, 10 deletions
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
|