diff options
Diffstat (limited to 'win/wm_hooks/wm_hooks.rc')
-rw-r--r-- | win/wm_hooks/wm_hooks.rc | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/win/wm_hooks/wm_hooks.rc b/win/wm_hooks/wm_hooks.rc index 5a11fd28..d80c983f 100644 --- a/win/wm_hooks/wm_hooks.rc +++ b/win/wm_hooks/wm_hooks.rc @@ -1,6 +1,7 @@ //Microsoft Developer Studio generated resource script. // #include "resource.h" +#include "resdefs.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// @@ -54,8 +55,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 4,1,0,0 - PRODUCTVERSION 4,1,0,0 + FILEVERSION __RCVERSION + PRODUCTVERSION __RCVERSION FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -72,15 +73,20 @@ BEGIN BEGIN VALUE "Comments", "\0" VALUE "CompanyName", "Constantin Kaplinsky\0" + #ifdef WIN64 + VALUE "FileDescription", "TigerVNC Server Hooking DLL for Win64\0" + VALUE "ProductName", "TigerVNC Server Hooking DLL for Win64\0" + #else VALUE "FileDescription", "TigerVNC Server Hooking DLL for Win32\0" - VALUE "FileVersion", "4.1\0" + VALUE "ProductName", "TigerVNC Server Hooking DLL for Win32\0" + #endif + VALUE "FileVersion", __RCVERSIONSTR VALUE "InternalName", "\0" VALUE "LegalCopyright", "Copyright (C) 1998-2005 [many holders]\0" VALUE "LegalTrademarks", "TigerVNC\0" VALUE "OriginalFilename", "wm_hooks.dll\0" VALUE "PrivateBuild", "\0" - VALUE "ProductName", "TigerVNC Server\0" - VALUE "ProductVersion", "4.1\0" + VALUE "ProductVersion", __VERSIONSTR VALUE "SpecialBuild", "\0" END END |