From ce3aabf865de4adf5c5cdd7ddf809a12d8f9d0f2 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 29 May 2018 17:17:53 +0300 Subject: common version resource extracted to the separate file own version resource remains only for miranda32.exe, mir_app.dll and pascal plugins --- protocols/MSN/res/version.rc | 63 +++++++------------------------------------- protocols/MSN/src/version.h | 1 + 2 files changed, 10 insertions(+), 54 deletions(-) (limited to 'protocols/MSN') diff --git a/protocols/MSN/res/version.rc b/protocols/MSN/res/version.rc index 575af94fa0..5a5ddd63ed 100644 --- a/protocols/MSN/res/version.rc +++ b/protocols/MSN/res/version.rc @@ -1,54 +1,9 @@ -// 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 - #define APSTUDIO_READONLY_SYMBOLS -#include "afxres.h" -#undef APSTUDIO_READONLY_SYMBOLS - -///////////////////////////////////////////////////////////////////////////// -// 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 - -VS_VERSION_INFO VERSIONINFO - FILEVERSION __FILEVERSION_STRING - PRODUCTVERSION MIRANDA_VERSION_COREVERSION - FILEFLAGSMASK 0x17L -#ifdef _DEBUG - FILEFLAGS 0x1L -#else - FILEFLAGS 0x0L -#endif - FILEOS 0x4L - FILETYPE 0x2L - FILESUBTYPE 0x0L -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "000004b0" - BEGIN - VALUE "Author", __AUTHOR - VALUE "FileDescription", __DESCRIPTION - VALUE "FileVersion", __VERSION_STRING - VALUE "InternalName", __PLUGIN_NAME - VALUE "LegalCopyright", __COPYRIGHT - VALUE "ProductName", __PLUGIN_NAME - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x0, 1200 - END -END - -#endif // English (U.S.) resources -///////////////////////////////////////////////////////////////////////////// +// 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 "..\..\build\Version.rc" diff --git a/protocols/MSN/src/version.h b/protocols/MSN/src/version.h index 5efff7eca8..852ea892b6 100644 --- a/protocols/MSN/src/version.h +++ b/protocols/MSN/src/version.h @@ -26,6 +26,7 @@ along with this program. If not, see . #include #define __PLUGIN_NAME "MSN protocol" +#define __FILENAME "MSN.dll" #define __DESCRIPTION "Microsoft Network (MSN) protocol support for Miranda NG." #define __AUTHOR "Boris Krasnovskiy, George Hazan, Richard Hughes, leecher" #define __COPYRIGHT "© 2001-18 Richard Hughes, George Hazan, Boris Krasnovskiy, leecher" -- cgit v1.2.3