diff options
author | Pierre Ossman <ossman@cendio.se> | 2012-03-27 12:30:19 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2012-03-27 12:30:19 +0000 |
commit | ca937761f5e6cd915201d0691f6383fe52316c58 (patch) | |
tree | 99427f08c7797f2a3263ee75bf35732ebef590bd /vncviewer/vncviewer.rc.in | |
parent | e43d1aaea61f51da5eda8c571301330dd7ed6286 (diff) | |
download | tigervnc-ca937761f5e6cd915201d0691f6383fe52316c58.tar.gz tigervnc-ca937761f5e6cd915201d0691f6383fe52316c58.zip |
Add a resource file to vncviewer.exe so we can get an icon.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4876 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'vncviewer/vncviewer.rc.in')
-rw-r--r-- | vncviewer/vncviewer.rc.in | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/vncviewer/vncviewer.rc.in b/vncviewer/vncviewer.rc.in new file mode 100644 index 00000000..a538e4ba --- /dev/null +++ b/vncviewer/vncviewer.rc.in @@ -0,0 +1,82 @@ +//Microsoft Developer Studio generated resource script. +// +#include "resource.h" + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#include "windows.h" + +///////////////////////////////////////////////////////////////////////////// +// English (U.K.) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG) +#ifdef _WIN32 +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK +#pragma code_page(1252) +#endif //_WIN32 + +#ifndef _MAC +///////////////////////////////////////////////////////////////////////////// +// +// Version +// + +VS_VERSION_INFO VERSIONINFO + FILEVERSION @RCVERSION@ + PRODUCTVERSION @RCVERSION@ + FILEFLAGSMASK 0x3fL +#ifdef _DEBUG + FILEFLAGS 0x1L +#else + FILEFLAGS 0x0L +#endif + FILEOS 0x40004L + FILETYPE 0x1L + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "080904b0" + BEGIN + VALUE "Comments", "\0" + VALUE "CompanyName", "TigerVNC Project\0" + #ifdef WIN64 + VALUE "FileDescription", "TigerVNC Client for Win64\0" + VALUE "ProductName", "TigerVNC Client for Win64\0" + #else + VALUE "FileDescription", "TigerVNC Client for Win32\0" + VALUE "ProductName", "TigerVNC Client for Win32\0" + #endif + VALUE "FileVersion", "@RCVERSION@\0" + VALUE "InternalName", "vncviewer\0" + VALUE "LegalCopyright", "Copyright (C) 1999-2011 TigerVNC Team and many others (see README.txt)\0" + VALUE "LegalTrademarks", "TigerVNC\0" + VALUE "OriginalFilename", "vncviewer.exe\0" + VALUE "PrivateBuild", "\0" + VALUE "ProductVersion", "@VERSION@\0" + VALUE "SpecialBuild", "\0" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x809, 1200 + END +END + +#endif // !_MAC + +///////////////////////////////////////////////////////////////////////////// +// +// Icon +// + +// Icon with lowest ID value placed first to ensure application icon +// remains consistent on all systems. +IDI_ICON ICON DISCARDABLE "@CMAKE_SOURCE_DIR@/media/tigervnc.ico" + +#endif // English (U.K.) resources +///////////////////////////////////////////////////////////////////////////// + |