From 102a413497df49bd2af8ee0a1770718fa0ecfcc2 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 10 Mar 2013 12:42:08 +0000 Subject: added precompiled header added version info git-svn-id: http://svn.miranda-ng.org/main/trunk@3956 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TooltipNotify/res/main.rc | 22 ++++----------------- plugins/TooltipNotify/res/version.rc | 37 +++++++++++------------------------- 2 files changed, 15 insertions(+), 44 deletions(-) (limited to 'plugins/TooltipNotify/res') diff --git a/plugins/TooltipNotify/res/main.rc b/plugins/TooltipNotify/res/main.rc index 74f0c4221b..ee7687fbeb 100644 --- a/plugins/TooltipNotify/res/main.rc +++ b/plugins/TooltipNotify/res/main.rc @@ -8,7 +8,7 @@ // Generated from the TEXTINCLUDE 2 resource. // #define APSTUDIO_HIDDEN_SYMBOLS -#include "windows.h" +#include "winres.h" #undef APSTUDIO_HIDDEN_SYMBOLS ///////////////////////////////////////////////////////////////////////////// @@ -36,31 +36,17 @@ END 2 TEXTINCLUDE BEGIN - "#define APSTUDIO_HIDDEN_SYMBOLS\r\n" - "#include ""windows.h""\r\n" - "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n" + "#include ""winres.h""\r\n" "\0" END 3 TEXTINCLUDE BEGIN - "#include ""version.rc2""\0" + "\0" END #endif // APSTUDIO_INVOKED -#endif // Russian resources -///////////////////////////////////////////////////////////////////////////// - - -///////////////////////////////////////////////////////////////////////////// -// English (U.S.) resources - -#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) -#ifdef _WIN32 -LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US -#pragma code_page(1252) -#endif //_WIN32 ///////////////////////////////////////////////////////////////////////////// // @@ -188,7 +174,7 @@ BEGIN END #endif // APSTUDIO_INVOKED -#endif // English (U.S.) resources +#endif // Russian resources ///////////////////////////////////////////////////////////////////////////// diff --git a/plugins/TooltipNotify/res/version.rc b/plugins/TooltipNotify/res/version.rc index 6ee2caea43..5bfbab4754 100644 --- a/plugins/TooltipNotify/res/version.rc +++ b/plugins/TooltipNotify/res/version.rc @@ -1,23 +1,15 @@ +// Microsoft Visual C++ generated resource script. // -// version.rc2 - resources Microsoft Visual C++ does not edit directly -// - #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED - -///////////////////////////////////////////////////////////////////////////// -// -// Version -// - #include "afxres.h" #include "..\src\version.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION MAJOR,MINOR,BUILD,REVISION - PRODUCTVERSION MAJOR,MINOR,BUILD,REVISION + FILEVERSION __FILEVERSION_STRING + PRODUCTVERSION __FILEVERSION_STRING FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L @@ -25,29 +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 "Comments", "Shows a small tooltip above system tray area when a contact status is changed." - VALUE "CompanyName", "Gneedah software" - VALUE "FileDescription", "Tooltip Notify plugin for Miranda NG." - VALUE "FileVersion", "*,*,*,*" - VALUE "InternalName", "ttnotify.dll" - VALUE "LegalCopyright", "© 2004-2008 Gneedah software" - VALUE "OriginalFilename", "ttnotify.dll" - VALUE "ProductName", "Tooltip Notify" - VALUE "ProductVersion", "*,*,*,*" + 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 - - -///////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3