From 71a42d0f0dcbd01bd4a9bfdef7bc9c2ae71d13da Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Mon, 7 Oct 2013 08:25:19 +0000 Subject: Tlen: version info added git-svn-id: http://svn.miranda-ng.org/main/trunk@6390 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tlen/res/tlen.rc | 45 ------------------------------------------- protocols/Tlen/res/version.rc | 38 ++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 45 deletions(-) create mode 100644 protocols/Tlen/res/version.rc (limited to 'protocols/Tlen/res') diff --git a/protocols/Tlen/res/tlen.rc b/protocols/Tlen/res/tlen.rc index 3cbae89e06..c926f9ac58 100644 --- a/protocols/Tlen/res/tlen.rc +++ b/protocols/Tlen/res/tlen.rc @@ -1,5 +1,4 @@ #include "..\src\resource.h" -#include "..\src\commons.h" #include #ifndef IDC_STATIC #define IDC_STATIC (-1) @@ -365,50 +364,6 @@ BEGIN CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,3,40,203,4 END - -///////////////////////////////////////////////////////////////////////////// -// -// Version -// - -VS_VERSION_INFO VERSIONINFO - FILEVERSION TLEN_FILEVERSION_STRING - PRODUCTVERSION TLEN_FILEVERSION_STRING - FILEFLAGSMASK 0x3fL -#ifdef _DEBUG - FILEFLAGS 0x1L -#else - FILEFLAGS 0x0L -#endif - FILEOS 0x40004L - FILETYPE 0x2L - FILESUBTYPE 0x0L -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "041504e3" - BEGIN - VALUE "Comments", "\0" - VALUE "CompanyName", "http://miranda-ng.org/\0" - VALUE "FileDescription", "Tlen Protocol Plugin for Miranda NG\0" - VALUE "FileVersion", TLEN_VERSION_STRING - VALUE "InternalName", "tlen\0" - VALUE "LegalCopyright", "Copyright (c) 2002-2011 Santithorn Bunchua, Piotr Piastucki\0" - VALUE "LegalTrademarks", "\0" - VALUE "OriginalFilename", "tlen.dll\0" - VALUE "PrivateBuild", "\0" - VALUE "ProductName", "Tlen Protocol Plugin\0" - VALUE "ProductVersion", TLEN_VERSION_STRING - VALUE "SpecialBuild", "\0" - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x415, 1251 - END -END - - ///////////////////////////////////////////////////////////////////////////// // // Icon diff --git a/protocols/Tlen/res/version.rc b/protocols/Tlen/res/version.rc new file mode 100644 index 0000000000..5bfbab4754 --- /dev/null +++ b/protocols/Tlen/res/version.rc @@ -0,0 +1,38 @@ +// Microsoft Visual C++ generated resource script. +// +#ifdef APSTUDIO_INVOKED +#error this file is not editable by Microsoft Visual C++ +#endif //APSTUDIO_INVOKED + +#include "afxres.h" +#include "..\src\version.h" + +VS_VERSION_INFO VERSIONINFO + FILEVERSION __FILEVERSION_STRING + PRODUCTVERSION __FILEVERSION_STRING + FILEFLAGSMASK 0x17L +#ifdef _DEBUG + FILEFLAGS 0x1L +#else + FILEFLAGS 0x0L +#endif + FILEOS 0x4L + FILETYPE 0x0L + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "000004b0" + BEGIN + VALUE "FileDescription", __DESCRIPTION + VALUE "InternalName", __PLUGIN_NAME + VALUE "LegalCopyright", __COPYRIGHT + VALUE "OriginalFilename", __FILENAME + VALUE "ProductName", __PLUGIN_NAME + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x0, 1200 + END +END -- cgit v1.2.3