summaryrefslogtreecommitdiff
path: root/plugins/Scriver/res
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-03-08 15:40:42 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-03-08 15:40:42 +0000
commit5e3d3e76ed1d3cae5c651b2cdb4dfed4dde5c498 (patch)
tree952b239631545f8ccf086552aa327929611e3b31 /plugins/Scriver/res
parent9adcaf894fe2d64208799fab35765283d1f9f197 (diff)
added version info
git-svn-id: http://svn.miranda-ng.org/main/trunk@3923 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Scriver/res')
-rw-r--r--plugins/Scriver/res/Version.rc38
-rw-r--r--plugins/Scriver/res/resource.rc49
2 files changed, 42 insertions, 45 deletions
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 <windows.h>
+#include <winres.h>
#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 <windows.h>\r\n"
+ "#include <winres.h>\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
/////////////////////////////////////////////////////////////////////////////