Added rc file for the client
This commit is contained in:
parent
29a759d6e0
commit
8a08ba2b28
2 changed files with 20 additions and 1 deletions
|
@ -48,7 +48,8 @@ ELSEIF (WIN32)
|
|||
#IF (NOT CMAKE_CL_64)
|
||||
LIST(APPEND telldus-core_SRCS
|
||||
libtelldus-core.def
|
||||
)
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/telldus-core.rc.in
|
||||
${CMAKE_CURRENT_BINARY_DIR}/telldus-core.rc
|
||||
#ENDIF(NOT CMAKE_CL_64)
|
||||
ADD_DEFINITIONS(
|
||||
-D_WINDOWS
|
||||
|
|
18
telldus-core/client/telldus-core.rc.in
Normal file
18
telldus-core/client/telldus-core.rc.in
Normal file
|
@ -0,0 +1,18 @@
|
|||
#include <winresrc.h>
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION ${PACKAGE_MAJOR_VERSION},${PACKAGE_MINOR_VERSION},${PACKAGE_PATCH_VERSION},0
|
||||
BEGIN
|
||||
BLOCK "StringFileInfo"
|
||||
BEGIN
|
||||
BLOCK "04090000"
|
||||
BEGIN
|
||||
VALUE "FileDescription", "Utilities and driver to control wireless receivers through a TellStick"
|
||||
VALUE "FileVersion", "${PACKAGE_VERSION}"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2010 Telldus Technologies AB"
|
||||
VALUE "OriginalFilename", "TelldusCore.dll"
|
||||
VALUE "ProductName", "TelldusCore"
|
||||
VALUE "ProductVersion", "${PACKAGE_MAJOR_VERSION}.${PACKAGE_MINOR_VERSION}"
|
||||
END
|
||||
END
|
||||
END
|
Loading…
Add table
Add a link
Reference in a new issue