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/mRadio | |
parent | be086bf8ca69a02fedbdfed65013da64b97b6b54 (diff) |
if there's no Delphi on a computer, who cares?
Diffstat (limited to 'plugins/mRadio')
-rw-r--r-- | plugins/mRadio/make.bat | 2 |
1 files changed, 1 insertions, 1 deletions
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
|