Updated verion.rc and CMakeLists.txt for dll build

This commit is contained in:
Gabi Melman
2020-03-12 14:35:30 +02:00
parent b309a88bea
commit b4a1b4b59a
5 changed files with 1046 additions and 7 deletions

View File

@@ -22,12 +22,12 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "spdlog dll"
VALUE "FileVersion", "@SPDLOG_VERSION@.0"
VALUE "InternalName", "spdlog.dll"
VALUE "LegalCopyright", "Copyright (C) spdlog"
VALUE "ProductName", "spdlog"
VALUE "ProductVersion", "@SPDLOG_VERSION@.0"
VALUE "FileDescription", "spdlog dll\0"
VALUE "FileVersion", "@SPDLOG_VERSION@.0\0"
VALUE "InternalName", "spdlog.dll\0"
VALUE "LegalCopyright", "Copyright (C) spdlog\0"
VALUE "ProductName", "spdlog\0"
VALUE "ProductVersion", "@SPDLOG_VERSION@.0\0"
END
END
BLOCK "VarFileInfo"