summaryrefslogtreecommitdiff
path: root/plugins/MenuItemEx/res
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-02-28 19:06:11 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-02-28 19:06:11 +0000
commit7fd3863d1a8da7ad32f44762792c1df82eebf5bf (patch)
tree187546c4794422fe40d0b050cc2d3d7e99290bb0 /plugins/MenuItemEx/res
parent523946a503e7fdb5f62aea1fba28400cb1872c95 (diff)
added precompiled header
git-svn-id: http://svn.miranda-ng.org/main/trunk@3808 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MenuItemEx/res')
-rw-r--r--plugins/MenuItemEx/res/resource.rc4
-rw-r--r--plugins/MenuItemEx/res/salad.right.icobin1150 -> 0 bytes
-rw-r--r--plugins/MenuItemEx/res/version.rc27
3 files changed, 13 insertions, 18 deletions
diff --git a/plugins/MenuItemEx/res/resource.rc b/plugins/MenuItemEx/res/resource.rc
index bec11ac250..47d0f24e47 100644
--- a/plugins/MenuItemEx/res/resource.rc
+++ b/plugins/MenuItemEx/res/resource.rc
@@ -7,7 +7,7 @@
//
// Generated from the TEXTINCLUDE 2 resource.
//
-#include <windows.h>
+#include <winres.h>
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
@@ -133,7 +133,7 @@ END
2 TEXTINCLUDE
BEGIN
- "#include <windows.h>\r\n"
+ "#include <winres.h>\r\n"
"\0"
END
diff --git a/plugins/MenuItemEx/res/salad.right.ico b/plugins/MenuItemEx/res/salad.right.ico
deleted file mode 100644
index df1e64906b..0000000000
--- a/plugins/MenuItemEx/res/salad.right.ico
+++ /dev/null
Binary files differ
diff --git a/plugins/MenuItemEx/res/version.rc b/plugins/MenuItemEx/res/version.rc
index 981fcdaebc..5bfbab4754 100644
--- a/plugins/MenuItemEx/res/version.rc
+++ b/plugins/MenuItemEx/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,24 +17,22 @@ VS_VERSION_INFO VERSIONINFO
FILEFLAGS 0x0L
#endif
FILEOS 0x4L
- FILETYPE 0x2L
+ FILETYPE 0x0L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
- BLOCK "040904b0"
+ BLOCK "000004b0"
BEGIN
- VALUE "FileDescription", __PLUGIN_NAME
- VALUE "FileVersion", __VERSION_STRING
- VALUE "InternalName", "menuex"
- VALUE "LegalCopyright", __COPYRIGHTS
- VALUE "OriginalFilename", "menuex.dll"
- VALUE "ProductName", "menuex"
- 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"
BEGIN
- VALUE "Translation", 0x409, 1200
+ VALUE "Translation", 0x0, 1200
END
END