Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
lukka
CMake
Commits
fa339ced
Commit
fa339ced
authored
Feb 22, 2019
by
Zsolt Parragi
Committed by
Brad King
Feb 27, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CMakeVersion.rc: Avoid preprocessor definitions to support llvm-rc
`llvm-rc` does not support them as of version 8.
parent
eb08e68b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
14 deletions
+5
-14
Source/CMakeVersion.rc.in
Source/CMakeVersion.rc.in
+5
-14
No files found.
Source/CMakeVersion.rc.in
View file @
fa339ced
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
file Copyright.txt or https://cmake.org/licensing for details. */
#define VER_FILEVERSION @CMake_RCVERSION@
#define VER_FILEVERSION_STR "@CMake_RCVERSION_STR@\0"
#define VER_PRODUCTVERSION @CMake_RCVERSION@
#define VER_PRODUCTVERSION_STR "@CMake_RCVERSION_STR@\0"
/* Version-information resource identifier. */
#define VS_VERSION_INFO 1
VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION
PRODUCTVERSION VER_PRODUCTVERSION
1 VERSIONINFO
FILEVERSION @CMake_RCVERSION@
PRODUCTVERSION @CMake_RCVERSION@
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "FileVersion",
VER_FILE
VERSION_STR
VALUE "ProductVersion",
VER_PRODUCT
VERSION_STR
VALUE "FileVersion",
"@CMake_RC
VERSION_STR
@\0"
VALUE "ProductVersion",
"@CMake_RC
VERSION_STR
@\0"
END
END
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment