From 5e3d3e76ed1d3cae5c651b2cdb4dfed4dde5c498 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 8 Mar 2013 15:40:42 +0000 Subject: added version info git-svn-id: http://svn.miranda-ng.org/main/trunk@3923 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Scriver/res/Version.rc | 38 ++++++++++++++++++++++++++++++++ plugins/Scriver/res/resource.rc | 49 ++++------------------------------------- 2 files changed, 42 insertions(+), 45 deletions(-) create mode 100644 plugins/Scriver/res/Version.rc (limited to 'plugins/Scriver/res') diff --git a/plugins/Scriver/res/Version.rc b/plugins/Scriver/res/Version.rc new file mode 100644 index 0000000000..5bfbab4754 --- /dev/null +++ b/plugins/Scriver/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 diff --git a/plugins/Scriver/res/resource.rc b/plugins/Scriver/res/resource.rc index b156fcd51d..62d332ea6a 100644 --- a/plugins/Scriver/res/resource.rc +++ b/plugins/Scriver/res/resource.rc @@ -1,13 +1,10 @@ #include "..\src\resource.h" -#include +#include #undef RICHEDIT_CLASS #define RICHEDIT_CLASS "RichEdit20W" -#ifndef IDC_STATIC -#define IDC_STATIC (-1) -#endif #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) #ifdef _WIN32 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL @@ -172,7 +169,7 @@ BEGIN UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_HOTTRACK | WS_DISABLED,290,79,10,12 - CONTROL "Customize fonts and colors",IDC_FONTSCOLORS,"Hyperlink", 0,8,91,200,8 + CONTROL "Customize fonts and colors",IDC_FONTSCOLORS,"Hyperlink", 0,8,91,200,8 CONTROL "",IDC_LOG,RICHEDIT_CLASS, WS_VSCROLL | WS_TABSTOP | ES_MULTILINE | ES_AUTOVSCROLL | ES_READONLY,8,105,288,68,WS_EX_STATICEDGE @@ -504,7 +501,7 @@ END 2 TEXTINCLUDE BEGIN - "#include \r\n" + "#include \r\n" "\0" END @@ -592,7 +589,7 @@ IDC_DRAGCURSOR CURSOR "dragcopy.cur" // Menu // -IDR_CONTEXT MENU DISCARDABLE +IDR_CONTEXT MENU BEGIN POPUP "Log" BEGIN @@ -671,44 +668,6 @@ BEGIN END END -///////////////////////////////////////////////////////////////////////////// -// -// Version -// - -VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,10,0,2 - PRODUCTVERSION 2,10,0,2 - 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", "http://miranda-ng.org/" - VALUE "CompanyName", "Miranda NG Development Team" - VALUE "FileDescription", "Scriver - send and receive instant messages" - VALUE "FileVersion", "2.10.0.2" - VALUE "InternalName", "scriver" - VALUE "LegalCopyright", "Copyright (c) 2000-2012 Miranda IM Project, 2012-2013 Miranda NG Project" - VALUE "OriginalFilename", "scriver.dll" - VALUE "ProductName", "Scriver" - VALUE "ProductVersion", "2.10.0.2" - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x415, 1251 - END -END #endif // English (U.S.) resources ///////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3