summaryrefslogtreecommitdiff
path: root/plugins/Db3x/res/version.rc
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-02-23 14:34:37 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-02-23 14:34:37 +0000
commit7885d915253b6aa1a32993e81f2953e97ce06397 (patch)
tree93ba59a56776e564cc713f6fb5ce050e335c63e7 /plugins/Db3x/res/version.rc
parent21ddd792e4029f9fa9bbe555f2aa4ff32e2b15e1 (diff)
added version info
git-svn-id: http://svn.miranda-ng.org/main/trunk@3726 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db3x/res/version.rc')
-rw-r--r--plugins/Db3x/res/version.rc44
1 files changed, 13 insertions, 31 deletions
diff --git a/plugins/Db3x/res/version.rc b/plugins/Db3x/res/version.rc
index 080efcd27f..5bfbab4754 100644
--- a/plugins/Db3x/res/version.rc
+++ b/plugins/Db3x/res/version.rc
@@ -1,56 +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"
-#include "winres.h"
-
-#ifdef _WIN32
-LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
-#pragma code_page( 1252)
-#endif //_WIN32
-
-#ifndef _MAC
-/////////////////////////////////////////////////////////////////////////////
-//
-// Version
-//
VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
PRODUCTVERSION __FILEVERSION_STRING
- FILEFLAGSMASK 0x3fL
+ FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFLAGS 0x0L
#endif
- FILEOS 0x40004L
- FILETYPE 0x2L
+ FILEOS 0x4L
+ FILETYPE 0x0L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
- BLOCK "040904b0"
+ BLOCK "000004b0"
BEGIN
- VALUE "Comments", "\0"
- VALUE "CompanyName", "Miranda\0"
- VALUE "FileDescription", "Miranda database plugin\0"
- VALUE "FileVersion", __VERSION_STRING "\0"
- VALUE "InternalName", "db3x\0"
- VALUE "LegalCopyright", "Copyright (c) 2002-12 Miranda team\0"
- VALUE "LegalTrademarks", "\0"
- VALUE "OriginalFilename", "db3x.dll\0"
- VALUE "PrivateBuild", "\0"
- VALUE "ProductName", "Database plugin\0"
- VALUE "ProductVersion", __VERSION_STRING "\0"
- VALUE "SpecialBuild", "\0"
+ VALUE "FileDescription", __DESCRIPTION
+ VALUE "InternalName", __PLUGIN_NAME
+ VALUE "LegalCopyright", __COPYRIGHT
+ VALUE "OriginalFilename", __FILENAME
+ VALUE "ProductName", __PLUGIN_NAME
END
END
BLOCK "VarFileInfo"
BEGIN
- VALUE "Translation", 0x409, 1200
+ VALUE "Translation", 0x0, 1200
END
END
-
-#endif // !_MAC