Small change to how PRODUCTVERSION is determined (thanks spx!).

This commit is contained in:
Birunthan Mohanathas
2010-11-13 20:16:04 +00:00
parent b9c406aef2
commit 0a5d07eef2
20 changed files with 100 additions and 24 deletions

View File

@ -34,7 +34,11 @@ BEGIN
VALUE "LegalCopyright", "Copyright (C) 2010 - Reiswaffle"
VALUE "OriginalFilename", "PluginWin7Audio.dll"
VALUE "ProductName", "Rainmeter"
VALUE "ProductVersion", STRPRODUCTVER
#ifdef _WIN64
VALUE "ProductVersion", STRPRODUCTVER " (64-bit)"
#else
VALUE "ProductVersion", STRPRODUCTVER " (32-bit)"
#endif //_WIN64
END
END
BLOCK "VarFileInfo"