From d6ed23e489d106cd4b06a03c820706467e853f49 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 25 Jan 2014 09:05:39 +0000 Subject: end of version zoo git-svn-id: http://svn.miranda-ng.org/main/trunk@7880 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirFox/MirFoxNG_10.vcxproj | 1 + plugins/MirFox/MirFoxNG_10.vcxproj.filters | 3 ++ plugins/MirFox/res/Version.rc | 38 ++++++++++++++++++++++ plugins/MirFox/res/resource.rc | 52 ------------------------------ plugins/MirFox/src/version.h | 25 +++++++------- 5 files changed, 54 insertions(+), 65 deletions(-) create mode 100644 plugins/MirFox/res/Version.rc (limited to 'plugins/MirFox') diff --git a/plugins/MirFox/MirFoxNG_10.vcxproj b/plugins/MirFox/MirFoxNG_10.vcxproj index f919635c9c..010b656a7c 100644 --- a/plugins/MirFox/MirFoxNG_10.vcxproj +++ b/plugins/MirFox/MirFoxNG_10.vcxproj @@ -197,6 +197,7 @@ .\src\lib\ .\src\lib\ + diff --git a/plugins/MirFox/MirFoxNG_10.vcxproj.filters b/plugins/MirFox/MirFoxNG_10.vcxproj.filters index b1e0f7e43d..c4991066a8 100644 --- a/plugins/MirFox/MirFoxNG_10.vcxproj.filters +++ b/plugins/MirFox/MirFoxNG_10.vcxproj.filters @@ -32,6 +32,9 @@ Resource Files + + Resource Files + diff --git a/plugins/MirFox/res/Version.rc b/plugins/MirFox/res/Version.rc new file mode 100644 index 0000000000..5bfbab4754 --- /dev/null +++ b/plugins/MirFox/res/Version.rc @@ -0,0 +1,38 @@ +// Microsoft Visual C++ generated resource script. +// +#ifdef APSTUDIO_INVOKED +#error this file is not editable by Microsoft Visual C++ +#endif //APSTUDIO_INVOKED + +#include "afxres.h" +#include "..\src\version.h" + +VS_VERSION_INFO VERSIONINFO + FILEVERSION __FILEVERSION_STRING + PRODUCTVERSION __FILEVERSION_STRING + FILEFLAGSMASK 0x17L +#ifdef _DEBUG + FILEFLAGS 0x1L +#else + FILEFLAGS 0x0L +#endif + FILEOS 0x4L + FILETYPE 0x0L + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "000004b0" + BEGIN + VALUE "FileDescription", __DESCRIPTION + VALUE "InternalName", __PLUGIN_NAME + VALUE "LegalCopyright", __COPYRIGHT + VALUE "OriginalFilename", __FILENAME + VALUE "ProductName", __PLUGIN_NAME + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x0, 1200 + END +END diff --git a/plugins/MirFox/res/resource.rc b/plugins/MirFox/res/resource.rc index d0cef9ce5a..e33ff283c8 100644 --- a/plugins/MirFox/res/resource.rc +++ b/plugins/MirFox/res/resource.rc @@ -1,7 +1,6 @@ // Microsoft Visual C++ generated resource script. // #include "..\src\resource.h" -#include "..\src\version.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// @@ -135,57 +134,6 @@ END #endif // Neutral (Default) resources ///////////////////////////////////////////////////////////////////////////// - -///////////////////////////////////////////////////////////////////////////// -// German (Germany) resources - -#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEU) -LANGUAGE LANG_GERMAN, SUBLANG_GERMAN -#pragma code_page(1252) - -///////////////////////////////////////////////////////////////////////////// -// -// Version -// - -VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,5,0,0 - PRODUCTVERSION 0,5,0,0 - FILEFLAGSMASK 0x3fL -#ifdef _DEBUG - FILEFLAGS 0x1L -#else - FILEFLAGS 0x0L -#endif - FILEOS 0x40004L - FILETYPE 0x1L - FILESUBTYPE 0x0L -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "000004b0" - BEGIN - VALUE "FileDescription", __DESCRIPTION - VALUE "ProductName", __PLUGIN_NAME - VALUE "FileVersion", __VERSION_STRING - VALUE "ProductVersion", __VERSION_STRING - VALUE "InternalName", __PLUGIN_NAME - VALUE "OriginalFilename", __FILENAME - VALUE "Author", __AUTHOR - VALUE "LegalCopyright", __COPYRIGHT - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x0, 1200 - END -END - -#endif // German (Germany) resources -///////////////////////////////////////////////////////////////////////////// - - - #ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // diff --git a/plugins/MirFox/src/version.h b/plugins/MirFox/src/version.h index 2bd9b9c019..eb83e97856 100644 --- a/plugins/MirFox/src/version.h +++ b/plugins/MirFox/src/version.h @@ -1,15 +1,14 @@ -#define __MAJOR_VERSION 0 -#define __MINOR_VERSION 5 -#define __RELEASE_NUM 0 -#define __BUILD_NUM 0 -#define __VERSION_STRING "0.5.0.0" +#define __MAJOR_VERSION 0 +#define __MINOR_VERSION 5 +#define __RELEASE_NUM 0 +#define __BUILD_NUM 0 -#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM +#include -#define __PLUGIN_NAME "MirFox" -#define __FILENAME "MirFox.dll" -#define __DESCRIPTION "MirFox (Miranda NG) - part of Miranda-Firefox integration - http://wsx22.3.xpdev-hosted.com" -#define __AUTHOR "Szymon Tokarz" -#define __AUTHOREMAIL "wsx22@o2.pl" -#define __AUTHORWEB "http://miranda-ng.org/p/MirFox/" -#define __COPYRIGHT "© 2013 Szymon Tokarz" +#define __PLUGIN_NAME "MirFox" +#define __FILENAME "MirFox.dll" +#define __DESCRIPTION "MirFox (Miranda NG) - part of Miranda-Firefox integration - http://wsx22.3.xpdev-hosted.com" +#define __AUTHOR "Szymon Tokarz" +#define __AUTHOREMAIL "wsx22@o2.pl" +#define __AUTHORWEB "http://miranda-ng.org/p/MirFox/" +#define __COPYRIGHT "© 2013 Szymon Tokarz" -- cgit v1.2.3