summaryrefslogtreecommitdiff
path: root/plugins/tipper/version.rc
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-05-15 17:21:57 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-05-15 17:21:57 +0000
commit52a12ced56eaf7a4621193fb230dca17c33aa562 (patch)
tree1d173bf3c277b9e9e886c005ed70cc09b8c507c5 /plugins/tipper/version.rc
parent83036cb4fe2f9a032c9397730af1a50e3ba982ff (diff)
need only one version
git-svn-id: http://svn.miranda-ng.org/main/trunk@4 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/tipper/version.rc')
-rw-r--r--plugins/tipper/version.rc34
1 files changed, 0 insertions, 34 deletions
diff --git a/plugins/tipper/version.rc b/plugins/tipper/version.rc
deleted file mode 100644
index b6133928ab..0000000000
--- a/plugins/tipper/version.rc
+++ /dev/null
@@ -1,34 +0,0 @@
-
-#include <windows.h>
-#include "version.h"
-
-VS_VERSION_INFO VERSIONINFO
- FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
- FILEFLAGSMASK 0x3fL
-#ifdef _DEBUG
- FILEFLAGS 0x1L
-#else
- FILEFLAGS 0x0L
-#endif
- FILEOS 0x40004L
- FILETYPE 0x1L
- FILESUBTYPE 0x0L
-BEGIN
- BLOCK "StringFileInfo"
- BEGIN
- BLOCK "000004b0"
- BEGIN
- VALUE "Author", __AUTHOR
- VALUE "FileDescription", __DESC
- VALUE "InternalName", __PLUGIN_NAME
- VALUE "LegalCopyright", __COPYRIGHT
- VALUE "OriginalFilename", __FILENAME
- VALUE "FileVersion", __VERSION_STRING
- END
- END
- BLOCK "VarFileInfo"
- BEGIN
- VALUE "Translation", 0x0, 1200
- END
-END