Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMakeVersion.rc: Avoid preprocessor definitions to support llvm-rc | Zsolt Parragi | 2019-02-27 | 1 | -14/+5 |
| | | | | `llvm-rc` does not support them as of version 8. | ||||
* | CMakeVersion RC file: Split patch into 2 components | Justin Goshi | 2017-12-04 | 1 | -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 binaries | Justin Goshi | 2017-11-30 | 1 | -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 binaries | Justin Goshi | 2017-10-31 | 1 | -0/+34 |