summaryrefslogtreecommitdiffstats
path: root/Source/CMakeVersion.rc.in
Commit message (Collapse)AuthorAgeFilesLines
* CMakeVersion.rc: Avoid preprocessor definitions to support llvm-rcZsolt Parragi2019-02-271-14/+5
| | | | `llvm-rc` does not support them as of version 8.
* CMakeVersion RC file: Split patch into 2 componentsJustin Goshi2017-12-041-4/+4
| | | | | | The binary file version has 4 16-bit components. In cases where the patch component is too large (ex: represents a build date yyyymmdd) we split it into two parts.
* Windows: Fix version embedding in CMake binariesJustin Goshi2017-11-301-0/+3
| | | | | | | | | In commit 5b9da05b7a (Windows: Embed version information into CMake binaries, 2017-10-25) we left out `<winres.h>` since MinGW does not have the header, but it is needed for the `VS_VERSION_INFO` macro. Provide the macro ourselves. Suggested-by: Christian Pfeiffer <cpfeiffer@live.de>
* Windows: Embed version information into CMake binariesJustin Goshi2017-10-311-0/+34