summaryrefslogtreecommitdiff
path: root/plugins/CryptoPP/res
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-02-23 12:25:11 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-02-23 12:25:11 +0000
commit2b9dea10459eece5c1f596f9098afb7bb55cc2a0 (patch)
tree2a38a17a3d3182920d7e05c226bb65b7bf50b627 /plugins/CryptoPP/res
parentb256b6cca9913c8b8142cd9b4c9560ea2f72becc (diff)
added version info
git-svn-id: http://svn.miranda-ng.org/main/trunk@3721 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CryptoPP/res')
-rw-r--r--plugins/CryptoPP/res/resource.rc3
-rw-r--r--plugins/CryptoPP/res/version.rc26
2 files changed, 10 insertions, 19 deletions
diff --git a/plugins/CryptoPP/res/resource.rc b/plugins/CryptoPP/res/resource.rc
index 24b43511b9..93360fb460 100644
--- a/plugins/CryptoPP/res/resource.rc
+++ b/plugins/CryptoPP/res/resource.rc
@@ -27,9 +27,8 @@ LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
1 TEXTINCLUDE
BEGIN
- "resource.h\0"
+ "..\\src\resource.h\0"
"afxres.h\0"
- "version.rc\0"
END
#endif // APSTUDIO_INVOKED
diff --git a/plugins/CryptoPP/res/version.rc b/plugins/CryptoPP/res/version.rc
index b4914d803f..5bfbab4754 100644
--- a/plugins/CryptoPP/res/version.rc
+++ b/plugins/CryptoPP/res/version.rc
@@ -1,14 +1,11 @@
+// Microsoft Visual C++ generated resource script.
+//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
-#include "..\src\version.h"
#include "afxres.h"
-
-/////////////////////////////////////////////////////////////////////////////
-//
-// Version
-//
+#include "..\src\version.h"
VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
@@ -20,21 +17,18 @@ VS_VERSION_INFO VERSIONINFO
FILEFLAGS 0x0L
#endif
FILEOS 0x4L
- FILETYPE 0x2L
+ FILETYPE 0x0L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "000004b0"
BEGIN
- VALUE "Comments", "Licensed under the terms of the GNU General Public License"
- VALUE "FileDescription", "Crypto++ implementation for SecureIM"
- VALUE "FileVersion", __VERSION_STRING
- VALUE "InternalName", "Crypto++"
- VALUE "LegalCopyright", "Copyright é 2006-09 Baloo"
- VALUE "OriginalFilename", "cryptopp.dll"
- VALUE "ProductName", "Crypto++ library"
- VALUE "ProductVersion", __VERSION_STRING
+ VALUE "FileDescription", __DESCRIPTION
+ VALUE "InternalName", __PLUGIN_NAME
+ VALUE "LegalCopyright", __COPYRIGHT
+ VALUE "OriginalFilename", __FILENAME
+ VALUE "ProductName", __PLUGIN_NAME
END
END
BLOCK "VarFileInfo"
@@ -42,5 +36,3 @@ BEGIN
VALUE "Translation", 0x0, 1200
END
END
-
-