aboutsummaryrefslogtreecommitdiff
path: root/src/qt/res/bitcoin-qt.rc
AgeCommit message (Collapse)Author
2013-09-05autotools: switch to autotools buildsystemCory Fields
2013-04-15Merge pull request #2519 from jonasschnelli/new_testnet_ico_fileWladimir J. van der Laan
new testnet ico file
2013-04-14embed bitcoin_testnet.ico in bitcoin-qt.exe (usable for shortcuts)Philip Kaufmann
2013-04-10use the new COPYRIGHT_YEAR macro in bitcoin-qt.rcPhilip Kaufmann
- this reduces the places, where we need to change the year further
2013-03-19Bitcoin-Qt: update Win executable file meta-data copyrightPhilip Kaufmann
2012-09-07Bitcoin-Qt (Windows only): add version info to Resource FilePhilip Kaufmann
- add version information to bitcoin-qt.rc, which is displayed on Windows, when looking in the executable properties and selecting "Details" - introduce a new clientversion.h (used in bitcoin-qt.rc to generate version information), which takes only the version defines from version.h and is included in it (to allow usage with the windres rc-file compiler) - move #define STRINGIFY(s) #s into clientversion.h as that is used in bitcoin-qt.rc and rename to DO_STRINGIZE(X) - add #define STRINGIZE(X) DO_STRINGIZE(X), which is needed to convert the version defines into a version string in the rc-file - this ensures we only need to update 1 file and have bitcoin-qt.exe version information - for RC-file documentation see: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381058%28v=vs.85%29.aspx
2012-08-14Bitcoin-Qt (Windows only): extend Resource FilePhilip Kaufmann
- extend bitcoin-qt.rc to include meta information, which is displayed on Windows, when looking in the executable properties and selecting "Details" - does currently NOT include version information, this is scheduled for later releases - for RC-file documentation see: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381058%28v=vs.85%29.aspx
2011-07-24add windows program (.exe) iconWladimir J. van der Laan