File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,6 +76,8 @@ add_definitions(-DLOADER_VERSION_PATCH=${PROJECT_VERSION_PATCH})
7676
7777file (WRITE "${CMAKE_BINARY_DIR} /VERSION" "${PROJECT_VERSION} " )
7878
79+ string (TIMESTAMP CURRENT_YEAR "%Y" )
80+
7981set (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR} /bin)
8082set (CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR} /lib)
8183set (CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR} /lib)
@@ -341,7 +343,7 @@ else()
341343endif ()
342344set (CPACK_PACKAGE_RELOCATABLE FALSE )
343345set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "oneAPI Level Zero" )
344- set (CPACK_PACKAGE_VENDOR "Intel" )
346+ set (CPACK_PACKAGE_VENDOR "Intel Corporation " )
345347
346348set (CPACK_PACKAGE_INSTALL_DIRECTORY ${CMAKE_INSTALL_PREFIX} )
347349set (CPACK_PACKAGE_CONTACT "Intel Corporation" )
Original file line number Diff line number Diff line change 88
99#define VER_PRODUCT_NAME_STR "oneAPI Level Zero Loader for Windows(R)"
1010
11- #define VER_LEGALCOPYRIGHT_STR "Copyright (C) 2023 Intel Corporation"
11+ #define VER_LEGALCOPYRIGHT_STR "Copyright (C) 2020-@CURRENT_YEAR@ Intel Corporation"
12+
13+ #define VER_COMPANY_NAME_STR "Intel Corporation"
1214
13151 VERSIONINFO
1416FILEVERSION VER_FILEVERSION
1820 BEGIN
1921 BLOCK "040904E4"
2022 BEGIN
23+ VALUE "CompanyName", VER_COMPANY_NAME_STR
2124 VALUE "FileDescription", VER_FILEDESCRIPTION_STR
2225 VALUE "FileVersion", VER_FILEVERSION_STR
2326 VALUE "ProductVersion", VER_PRODUCTVERSION_STR
Original file line number Diff line number Diff line change 88
99#define VER_PRODUCT_NAME_STR "oneAPI Level Zero API Tracing Layer for Windows(R)"
1010
11- #define VER_LEGALCOPYRIGHT_STR "Copyright (C) 2020 Intel Corporation"
11+ #define VER_LEGALCOPYRIGHT_STR "Copyright (C) 2020-@CURRENT_YEAR@ Intel Corporation"
12+
13+ #define VER_COMPANY_NAME_STR "Intel Corporation"
1214
13151 VERSIONINFO
1416FILEVERSION VER_FILEVERSION
1820 BEGIN
1921 BLOCK "040904E4"
2022 BEGIN
23+ VALUE "CompanyName", VER_COMPANY_NAME_STR
2124 VALUE "FileDescription", VER_FILEDESCRIPTION_STR
2225 VALUE "FileVersion", VER_FILEVERSION_STR
2326 VALUE "ProductVersion", VER_PRODUCTVERSION_STR
Original file line number Diff line number Diff line change 88
99#define VER_PRODUCT_NAME_STR "oneAPI Level Zero Validation Layer for Windows(R)"
1010
11- #define VER_LEGALCOPYRIGHT_STR "Copyright (C) 2020 Intel Corporation"
11+ #define VER_LEGALCOPYRIGHT_STR "Copyright (C) 2020-@CURRENT_YEAR@ Intel Corporation"
12+
13+ #define VER_COMPANY_NAME_STR "Intel Corporation"
1214
13151 VERSIONINFO
1416FILEVERSION VER_FILEVERSION
1820 BEGIN
1921 BLOCK "040904E4"
2022 BEGIN
23+ VALUE "CompanyName", VER_COMPANY_NAME_STR
2124 VALUE "FileDescription", VER_FILEDESCRIPTION_STR
2225 VALUE "FileVersion", VER_FILEVERSION_STR
2326 VALUE "ProductVersion", VER_PRODUCTVERSION_STR
You can’t perform that action at this time.
0 commit comments