diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-27 17:38:35 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-27 17:38:35 +0300 |
commit | c9d1f394e5b44fcfab5ae7ef25006779516f03ff (patch) | |
tree | fb0d4441c29c3afa795b231565798d3cf27d5a10 /plugins/mRadio/make.bat | |
parent | c3766cdea1f52ee6f5d774a840f2f0d70c97386a (diff) |
PRODUCTVERSION of any version resource to contain the number of current build
Diffstat (limited to 'plugins/mRadio/make.bat')
-rw-r--r-- | plugins/mRadio/make.bat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/mRadio/make.bat b/plugins/mRadio/make.bat index e9a15fee74..901852634c 100644 --- a/plugins/mRadio/make.bat +++ b/plugins/mRadio/make.bat @@ -17,6 +17,8 @@ md tmp rem brcc32.exe mradio.rc -fomradio.res
+rc version.rc
+
%FPCBIN% @..\..\plugins\Utils.pas\fpc.cfg %PROJECT%.dpr %3 %4 %5 %6 %7 %8 %9
if errorlevel 1 exit /b 1
|