diff options
Diffstat (limited to 'plugins')
164 files changed, 1087 insertions, 831 deletions
diff --git a/plugins/AVS/res/version.rc b/plugins/AVS/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/AVS/res/version.rc +++ b/plugins/AVS/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/Actman/actman.dpr b/plugins/Actman/actman.dpr index 2106331144..296c02e1ef 100644 --- a/plugins/Actman/actman.dpr +++ b/plugins/Actman/actman.dpr @@ -60,6 +60,7 @@ uses scheduler in 'tasks\scheduler.pas';
{$r options.res}
+{$r version.res}
const
PluginName = 'Action Manager';
diff --git a/plugins/Actman/make.bat b/plugins/Actman/make.bat index 3f06ece2b5..9d045fe8c2 100644 --- a/plugins/Actman/make.bat +++ b/plugins/Actman/make.bat @@ -19,6 +19,7 @@ rem brcc32.exe %myopts% options.rc -fooptions.res rem brcc32.exe %myopts% hooks\hooks.rc -fohooks\hooks.res
rem brcc32.exe %myopts% tasks\tasks.rc -fotasks\tasks.res
rem brcc32.exe %myopts% ua\ua.rc -foua\ua.res
+rc version.rc
%FPCBIN% @..\Utils.pas\fpc.cfg %PROJECT%.dpr %3 %4 %5 %6 %7 %8 %9
if errorlevel 1 exit /b 1
diff --git a/plugins/Actman/version.rc b/plugins/Actman/version.rc new file mode 100644 index 0000000000..e4d9ab3c93 --- /dev/null +++ b/plugins/Actman/version.rc @@ -0,0 +1,50 @@ +// Microsoft Visual C++ generated resource script. +// +#ifdef APSTUDIO_INVOKED +#error this file is not editable by Microsoft Visual C++ +#endif //APSTUDIO_INVOKED + +#include "..\..\include\m_version.h" + +///////////////////////////////////////////////////////////////////////////// +// English (U.S.) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) +#ifdef _WIN32 +#pragma code_page(1252) +#endif //_WIN32 + +VS_VERSION_INFO VERSIONINFO + FILEVERSION 0,3,0,1 + PRODUCTVERSION MIRANDA_VERSION_FILEVERSION + 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 "OriginalFilename", __FILENAME +// VALUE "ProductName", __PLUGIN_NAME + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x0, 1200 + END +END + +#endif // English (U.S.) resources +///////////////////////////////////////////////////////////////////////////// diff --git a/plugins/AddContactPlus/res/Version.rc b/plugins/AddContactPlus/res/Version.rc index fdeb14668c..b142b26411 100644 --- a/plugins/AddContactPlus/res/Version.rc +++ b/plugins/AddContactPlus/res/Version.rc @@ -4,9 +4,9 @@ #error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
-#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include "..\src\version.h" +#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/Alarms/res/Version.rc b/plugins/Alarms/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/Alarms/res/Version.rc +++ b/plugins/Alarms/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/AsSingleWindow/res/version.rc b/plugins/AsSingleWindow/res/version.rc index 37934706a0..6b47621286 100644 --- a/plugins/AsSingleWindow/res/version.rc +++ b/plugins/AsSingleWindow/res/version.rc @@ -1,55 +1,55 @@ -// 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" - -#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 __FILEVERSION_STRING - 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 "OriginalFilename", __FILENAME - 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 <m_version.h> +
#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_FILEVERSION
+ 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 "OriginalFilename", __FILENAME
+ VALUE "ProductName", __PLUGIN_NAME
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x0, 1200
+ END
+END
+
+#endif // English (U.S.) resources
+/////////////////////////////////////////////////////////////////////////////
diff --git a/plugins/AssocMgr/res/version.rc b/plugins/AssocMgr/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/AssocMgr/res/version.rc +++ b/plugins/AssocMgr/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/AuthState/res/version.rc b/plugins/AuthState/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/AuthState/res/version.rc +++ b/plugins/AuthState/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/AutoRun/res/Version.rc b/plugins/AutoRun/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/AutoRun/res/Version.rc +++ b/plugins/AutoRun/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/AutoShutdown/res/version.rc b/plugins/AutoShutdown/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/AutoShutdown/res/version.rc +++ b/plugins/AutoShutdown/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/AvatarHistory/res/Version.rc b/plugins/AvatarHistory/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/AvatarHistory/res/Version.rc +++ b/plugins/AvatarHistory/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/BASS_interface/res/Version.rc b/plugins/BASS_interface/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/BASS_interface/res/Version.rc +++ b/plugins/BASS_interface/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/BasicHistory/res/version.rc b/plugins/BasicHistory/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/BasicHistory/res/version.rc +++ b/plugins/BasicHistory/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/Boltun/res/Version.rc b/plugins/Boltun/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/Boltun/res/Version.rc +++ b/plugins/Boltun/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/BossKeyPlus/res/version.rc b/plugins/BossKeyPlus/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/BossKeyPlus/res/version.rc +++ b/plugins/BossKeyPlus/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/BuddyExpectator/res/Version.rc b/plugins/BuddyExpectator/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/BuddyExpectator/res/Version.rc +++ b/plugins/BuddyExpectator/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/BuddyPounce/res/Version.rc b/plugins/BuddyPounce/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/BuddyPounce/res/Version.rc +++ b/plugins/BuddyPounce/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/CSList/res/Version.rc b/plugins/CSList/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/CSList/res/Version.rc +++ b/plugins/CSList/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/ChangeKeyboardLayout/res/Version.rc b/plugins/ChangeKeyboardLayout/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/ChangeKeyboardLayout/res/Version.rc +++ b/plugins/ChangeKeyboardLayout/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/ClientChangeNotify/res/Version.rc b/plugins/ClientChangeNotify/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/ClientChangeNotify/res/Version.rc +++ b/plugins/ClientChangeNotify/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/Clist_blind/res/Version.rc b/plugins/Clist_blind/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/Clist_blind/res/Version.rc +++ b/plugins/Clist_blind/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/Clist_modern/res/version.rc b/plugins/Clist_modern/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/Clist_modern/res/version.rc +++ b/plugins/Clist_modern/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/Clist_nicer/res/version.rc b/plugins/Clist_nicer/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/Clist_nicer/res/version.rc +++ b/plugins/Clist_nicer/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/Cln_skinedit/res/Version.rc b/plugins/Cln_skinedit/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/Cln_skinedit/res/Version.rc +++ b/plugins/Cln_skinedit/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/CloudFile/res/version.rc b/plugins/CloudFile/res/version.rc index 37934706a0..6b47621286 100644 --- a/plugins/CloudFile/res/version.rc +++ b/plugins/CloudFile/res/version.rc @@ -1,55 +1,55 @@ -// 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" - -#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 __FILEVERSION_STRING - 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 "OriginalFilename", __FILENAME - 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 <m_version.h> +
#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_FILEVERSION
+ 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 "OriginalFilename", __FILENAME
+ VALUE "ProductName", __PLUGIN_NAME
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x0, 1200
+ END
+END
+
+#endif // English (U.S.) resources
+/////////////////////////////////////////////////////////////////////////////
diff --git a/plugins/CmdLine/res/version.rc b/plugins/CmdLine/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/CmdLine/res/version.rc +++ b/plugins/CmdLine/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/Console/res/version.rc b/plugins/Console/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/Console/res/version.rc +++ b/plugins/Console/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/ContactsPlus/res/Version.rc b/plugins/ContactsPlus/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/ContactsPlus/res/Version.rc +++ b/plugins/ContactsPlus/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/CountryFlags/res/version.rc b/plugins/CountryFlags/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/CountryFlags/res/version.rc +++ b/plugins/CountryFlags/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/CrashDumper/res/Version.rc b/plugins/CrashDumper/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/CrashDumper/res/Version.rc +++ b/plugins/CrashDumper/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/CryptoPP/crypto/res/Version.rc b/plugins/CryptoPP/crypto/res/Version.rc index 5bfbab4754..de8561a64e 100644 --- a/plugins/CryptoPP/crypto/res/Version.rc +++ b/plugins/CryptoPP/crypto/res/Version.rc @@ -6,10 +6,11 @@ #include "afxres.h"
#include "..\src\version.h"
+#include "..\..\include\m_version.h"
VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/CryptoPP/res/version.rc b/plugins/CryptoPP/res/version.rc index fdeb14668c..c47d771fcd 100644 --- a/plugins/CryptoPP/res/version.rc +++ b/plugins/CryptoPP/res/version.rc @@ -4,9 +4,9 @@ #error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
-#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include "..\src\version.h" +#include "..\..\include\m_version.h"
+
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/CyrTranslit/res/version.rc b/plugins/CyrTranslit/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/CyrTranslit/res/version.rc +++ b/plugins/CyrTranslit/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/Db3x_mmap/res/version.rc b/plugins/Db3x_mmap/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/Db3x_mmap/res/version.rc +++ b/plugins/Db3x_mmap/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/DbEditorPP/res/Version.rc b/plugins/DbEditorPP/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/DbEditorPP/res/Version.rc +++ b/plugins/DbEditorPP/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/Db_autobackups/res/version.rc b/plugins/Db_autobackups/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/Db_autobackups/res/version.rc +++ b/plugins/Db_autobackups/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/Dbx_mdbx/res/version.rc b/plugins/Dbx_mdbx/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/Dbx_mdbx/res/version.rc +++ b/plugins/Dbx_mdbx/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/Exchange/res/version.rc b/plugins/Exchange/res/version.rc index d8201d02c5..065c7125e0 100644 --- a/plugins/Exchange/res/version.rc +++ b/plugins/Exchange/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/FTPFileYM/res/Version.rc b/plugins/FTPFileYM/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/FTPFileYM/res/Version.rc +++ b/plugins/FTPFileYM/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/FavContacts/res/Version.rc b/plugins/FavContacts/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/FavContacts/res/Version.rc +++ b/plugins/FavContacts/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/FileAsMessage/res/Version.rc b/plugins/FileAsMessage/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/FileAsMessage/res/Version.rc +++ b/plugins/FileAsMessage/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/FingerprintNG/res/version.rc b/plugins/FingerprintNG/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/FingerprintNG/res/version.rc +++ b/plugins/FingerprintNG/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/FloatingContacts/res/version.rc b/plugins/FloatingContacts/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/FloatingContacts/res/version.rc +++ b/plugins/FloatingContacts/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/Folders/res/version.rc b/plugins/Folders/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/Folders/res/version.rc +++ b/plugins/Folders/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/GmailNotifier/res/version.rc b/plugins/GmailNotifier/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/GmailNotifier/res/version.rc +++ b/plugins/GmailNotifier/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/HTTPServer/res/Version.rc b/plugins/HTTPServer/res/Version.rc index fdeb14668c..92d1eacb62 100644 --- a/plugins/HTTPServer/res/Version.rc +++ b/plugins/HTTPServer/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include "..\..\include\m_version.h"
+
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/HistoryLinkListPlus/res/Version.rc b/plugins/HistoryLinkListPlus/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/HistoryLinkListPlus/res/Version.rc +++ b/plugins/HistoryLinkListPlus/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/HistoryPlusPlus/historypp.dpr b/plugins/HistoryPlusPlus/historypp.dpr index 6f5a19d9da..65486f3248 100644 --- a/plugins/HistoryPlusPlus/historypp.dpr +++ b/plugins/HistoryPlusPlus/historypp.dpr @@ -26,7 +26,7 @@ library historypp; {$IMAGEBASE $02630000}
{$R 'hpp_resource.res' 'hpp_resource.rc'}
-{$R 'hpp_res_ver.res' 'hpp_res_ver.rc'}
+{$R 'hpp_res_ver.res'}
{$R 'hpp_opt_dialog.res' 'hpp_opt_dialog.rc'}
uses
diff --git a/plugins/HistoryPlusPlus/historypp.dproj b/plugins/HistoryPlusPlus/historypp.dproj index 311d51f48a..e0335145d5 100644 --- a/plugins/HistoryPlusPlus/historypp.dproj +++ b/plugins/HistoryPlusPlus/historypp.dproj @@ -148,9 +148,6 @@ <RcCompile Include="hpp_resource.rc">
<Form>hpp_resource.res</Form>
</RcCompile>
- <RcCompile Include="hpp_res_ver.rc">
- <Form>hpp_res_ver.res</Form>
- </RcCompile>
<RcCompile Include="hpp_opt_dialog.rc">
<Form>hpp_opt_dialog.res</Form>
</RcCompile>
diff --git a/plugins/HistoryPlusPlus/hpp_res_ver.rc b/plugins/HistoryPlusPlus/hpp_res_ver.rc deleted file mode 100644 index b8b6e1929d..0000000000 --- a/plugins/HistoryPlusPlus/hpp_res_ver.rc +++ /dev/null @@ -1,28 +0,0 @@ -1 VERSIONINFO
-FILEVERSION 1, 5, 1, 5
-PRODUCTVERSION 1, 5, 1, 5
-FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
-FILEOS VOS__WINDOWS32
-FILETYPE VFT_DLL
-{
- BLOCK "StringFileInfo"
- {
- BLOCK "000004b0"
- {
- VALUE "CompanyName", "Miranda Open Source Project\000"
- VALUE "FileDescription", "History++ plugin for Miranda NG\000"
- VALUE "FileVersion", "1.5.1.5\000"
- VALUE "InternalName", "historypp\000"
- VALUE "LegalCopyright", "© 2006-2009 theMIROn, 2003-2006 Art Fedorov.\000"
- VALUE "LegalTrademarks", "Gnu General Public License V2\000"
- VALUE "OriginalFilename", "historypp.dll\000"
- VALUE "ProductName", "History PlusPlus Module\000"
- VALUE "ProductVersion", "1.5.1.5\000"
- VALUE "Comments", "Easy, fast and feature complete history viewer\000"
- }
- }
- BLOCK "VarFileInfo"
- {
- VALUE "Translation", 0x0, 1200
- }
-}
\ No newline at end of file diff --git a/plugins/HistoryPlusPlus/version.rc b/plugins/HistoryPlusPlus/version.rc new file mode 100644 index 0000000000..18dbb1b90c --- /dev/null +++ b/plugins/HistoryPlusPlus/version.rc @@ -0,0 +1,53 @@ +// Microsoft Visual C++ generated resource script. +// +#ifdef APSTUDIO_INVOKED +#error this file is not editable by Microsoft Visual C++ +#endif //APSTUDIO_INVOKED + +#include "..\..\include\m_version.h" + +///////////////////////////////////////////////////////////////////////////// +// English (U.S.) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) +#ifdef _WIN32 +#pragma code_page(1252) +#endif //_WIN32 + +VS_VERSION_INFO VERSIONINFO + FILEVERSION 1,5,1,5 + PRODUCTVERSION MIRANDA_VERSION_FILEVERSION + FILEFLAGSMASK 0x17L +#ifdef _DEBUG + FILEFLAGS 0x1L +#else + FILEFLAGS 0x0L +#endif + FILEOS 0x4L + FILETYPE 0x2L + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "000004b0" + BEGIN + VALUE "CompanyName", "Miranda Open Source Project\000" + VALUE "FileDescription", "History++ plugin for Miranda NG\000" + VALUE "FileVersion", "1.5.1.5\000" + VALUE "InternalName", "historypp\000" + VALUE "LegalCopyright", "© 2006-2009 theMIROn, 2003-2006 Art Fedorov.\000" + VALUE "LegalTrademarks", "Gnu General Public License V2\000" + VALUE "OriginalFilename", "historypp.dll\000" + VALUE "ProductName", "History PlusPlus Module\000" + VALUE "ProductVersion", "1.5.1.5\000" + VALUE "Comments", "Easy, fast and feature complete history viewer\000" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x0, 1200 + END +END + +#endif // English (U.S.) resources +///////////////////////////////////////////////////////////////////////////// diff --git a/plugins/HistoryStats/res/version.rc b/plugins/HistoryStats/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/HistoryStats/res/version.rc +++ b/plugins/HistoryStats/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/HistorySweeperLight/res/Version.rc b/plugins/HistorySweeperLight/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/HistorySweeperLight/res/Version.rc +++ b/plugins/HistorySweeperLight/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/HwHotKeys/res/Version.rc b/plugins/HwHotKeys/res/Version.rc index 8948616bb4..f6ee777fbd 100644 --- a/plugins/HwHotKeys/res/Version.rc +++ b/plugins/HwHotKeys/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/IEHistory/res/version.rc b/plugins/IEHistory/res/version.rc index b94e0e6567..065c7125e0 100644 --- a/plugins/IEHistory/res/version.rc +++ b/plugins/IEHistory/res/version.rc @@ -1,51 +1,51 @@ -// 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" - -#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 __FILEVERSION_STRING - 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 "FileVersion", __VERSION_STRING - VALUE "LegalCopyright", __COPYRIGHT - 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 <m_version.h> +
#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_FILEVERSION
+ 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 "FileVersion", __VERSION_STRING
+ VALUE "LegalCopyright", __COPYRIGHT
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x0, 1200
+ END
+END
+
+#endif // English (U.S.) resources
+/////////////////////////////////////////////////////////////////////////////
diff --git a/plugins/IEView/res/Version.rc b/plugins/IEView/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/IEView/res/Version.rc +++ b/plugins/IEView/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/IgnoreState/res/Version.rc b/plugins/IgnoreState/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/IgnoreState/res/Version.rc +++ b/plugins/IgnoreState/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/Import/res/Version.rc b/plugins/Import/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/Import/res/Version.rc +++ b/plugins/Import/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/ImportTXT/ImpTxt_Ver.rc b/plugins/ImportTXT/ImpTxt_Ver.rc deleted file mode 100644 index 2ccc54f162..0000000000 --- a/plugins/ImportTXT/ImpTxt_Ver.rc +++ /dev/null @@ -1,28 +0,0 @@ -1 VERSIONINFO
-FILEVERSION 0,0,1,12
-PRODUCTVERSION 0,0,1,12
-FILEOS 0x4
-FILETYPE 0x2
-{
-BLOCK "StringFileInfo"
-{
- BLOCK "000004b0"
- {
- VALUE "CompanyName", "Miranda Open Source Project"
- VALUE "FileDescription", "ImportTXT plugin for Miranda NG"
- VALUE "FileVersion", "0.0.1.12"
- VALUE "InternalName", "importtxt"
- VALUE "LegalCopyright", "© 2008 Abyss"
- VALUE "LegalTrademarks", "Gnu General Public License V2"
- VALUE "OriginalFilename", "importtxt.dll"
- VALUE "ProductName", "Import TXT Module"
- VALUE "ProductVersion", "0.0.1.12"
- VALUE "Comments", "Imports history saved in TXT files from other clients"
- }
-}
-
-BLOCK "VarFileInfo"
-{
- VALUE "Translation", 0x0000 0x04B0
-}
-}
diff --git a/plugins/ImportTXT/ImpTxt_Ver.res b/plugins/ImportTXT/ImpTxt_Ver.res Binary files differdeleted file mode 100644 index baced07f33..0000000000 --- a/plugins/ImportTXT/ImpTxt_Ver.res +++ /dev/null diff --git a/plugins/ImportTXT/importtxt.dpr b/plugins/ImportTXT/importtxt.dpr index 5953497e9d..353e5e82dd 100644 --- a/plugins/ImportTXT/importtxt.dpr +++ b/plugins/ImportTXT/importtxt.dpr @@ -40,7 +40,7 @@ uses ImportTxtDlg in 'ImportTxtDlg.pas',
ImportTxtWiz in 'ImportTxtWiz.pas';
-{$R imptxt_ver.res}
+{$R version.res}
const MIID_IMPORTTEXT:TGUID = '{6F376B33-D3F4-4c4f-A96B-77DA08043B06}';
diff --git a/plugins/ImportTXT/make.bat b/plugins/ImportTXT/make.bat index d513c4e506..397b13ed7d 100644 --- a/plugins/ImportTXT/make.bat +++ b/plugins/ImportTXT/make.bat @@ -18,6 +18,7 @@ md tmp rem brcc32 -foImpTxt_Ver.res ImpTxt_Ver.rc
rem brcc32 -foImpTxtDlg.res ImpTxtDlg.rc
rem brcc32 -foImpTxtWiz.res ImpTxtWiz.rc
+rc version.rc
%FPCBIN% @..\Utils.pas\fpc.cfg %PROJECT%.dpr %3 %4 %5 %6 %7 %8 %9
if errorlevel 1 exit /b 1
diff --git a/plugins/ImportTXT/version.rc b/plugins/ImportTXT/version.rc new file mode 100644 index 0000000000..74d77546d9 --- /dev/null +++ b/plugins/ImportTXT/version.rc @@ -0,0 +1,51 @@ +// Microsoft Visual C++ generated resource script.
+//
+#ifdef APSTUDIO_INVOKED
+#error this file is not editable by Microsoft Visual C++
+#endif //APSTUDIO_INVOKED
+
+#include "..\..\include\m_version.h"
+
/////////////////////////////////////////////////////////////////////////////
+// English (U.S.) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
+#ifdef _WIN32
+#pragma code_page(1252)
+#endif //_WIN32
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION 0,0,1,12
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
+ FILEFLAGSMASK 0x17L
+#ifdef _DEBUG
+ FILEFLAGS 0x1L
+#else
+ FILEFLAGS 0x0L
+#endif
+ FILEOS 0x4L
+ FILETYPE 0x2L
+ FILESUBTYPE 0x0L
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "000004b0"
+ BEGIN
+ VALUE "CompanyName", "Miranda Open Source Project"
+ VALUE "FileDescription", "ImportTXT plugin for Miranda NG"
+ VALUE "FileVersion", "0.0.1.12"
+ VALUE "InternalName", "importtxt"
+ VALUE "LegalCopyright", "© 2008 Abyss"
+ VALUE "LegalTrademarks", "Gnu General Public License V2"
+ VALUE "OriginalFilename", "importtxt.dll"
+ VALUE "ProductName", "Import TXT Module"
+ VALUE "ProductVersion", "0.0.1.12"
+ VALUE "Comments", "Imports history saved in TXT files from other clients" END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x0, 1200
+ END
+END
+
+#endif // English (U.S.) resources
+/////////////////////////////////////////////////////////////////////////////
diff --git a/plugins/KeyboardNotify/res/Version.rc b/plugins/KeyboardNotify/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/KeyboardNotify/res/Version.rc +++ b/plugins/KeyboardNotify/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/ListeningTo/res/Version.rc b/plugins/ListeningTo/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/ListeningTo/res/Version.rc +++ b/plugins/ListeningTo/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/MagneticWindows/res/Version.rc b/plugins/MagneticWindows/res/Version.rc index c1b35a28e6..436d86f9df 100644 --- a/plugins/MagneticWindows/res/Version.rc +++ b/plugins/MagneticWindows/res/Version.rc @@ -6,10 +6,11 @@ #include "afxres.h" #include "..\src\Version.h" +#include <m_version.h> VS_VERSION_INFO VERSIONINFO FILEVERSION __FILEVERSION_STRING - PRODUCTVERSION __FILEVERSION_STRING + PRODUCTVERSION MIRANDA_VERSION_FILEVERSION FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L diff --git a/plugins/MenuItemEx/res/version.rc b/plugins/MenuItemEx/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/MenuItemEx/res/version.rc +++ b/plugins/MenuItemEx/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/MessageState/res/version.rc b/plugins/MessageState/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/MessageState/res/version.rc +++ b/plugins/MessageState/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/MimCmd/res/version.rc b/plugins/MimCmd/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/MimCmd/res/version.rc +++ b/plugins/MimCmd/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/MirFox/res/Version.rc b/plugins/MirFox/res/Version.rc index fdeb14668c..92d1eacb62 100644 --- a/plugins/MirFox/res/Version.rc +++ b/plugins/MirFox/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include "..\..\include\m_version.h"
+
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/MirLua/res/version.rc b/plugins/MirLua/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/MirLua/res/version.rc +++ b/plugins/MirLua/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/MirOTR/res/version.rc b/plugins/MirOTR/res/version.rc index fdeb14668c..92d1eacb62 100644 --- a/plugins/MirOTR/res/version.rc +++ b/plugins/MirOTR/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include "..\..\include\m_version.h"
+
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/MirandaG15/res/Version.rc b/plugins/MirandaG15/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/MirandaG15/res/Version.rc +++ b/plugins/MirandaG15/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/MobileState/res/version.rc b/plugins/MobileState/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/MobileState/res/version.rc +++ b/plugins/MobileState/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/MsgPopup/res/Version.rc b/plugins/MsgPopup/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/MsgPopup/res/Version.rc +++ b/plugins/MsgPopup/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/Msg_Export/res/Version.rc b/plugins/Msg_Export/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/Msg_Export/res/Version.rc +++ b/plugins/Msg_Export/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/MyDetails/res/Version.rc b/plugins/MyDetails/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/MyDetails/res/Version.rc +++ b/plugins/MyDetails/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/NewAwaySysMod/res/version.rc b/plugins/NewAwaySysMod/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/NewAwaySysMod/res/version.rc +++ b/plugins/NewAwaySysMod/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/NewEventNotify/res/Version.rc b/plugins/NewEventNotify/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/NewEventNotify/res/Version.rc +++ b/plugins/NewEventNotify/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/NewXstatusNotify/res/version.rc b/plugins/NewXstatusNotify/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/NewXstatusNotify/res/version.rc +++ b/plugins/NewXstatusNotify/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/New_GPG/res/Version.rc b/plugins/New_GPG/res/Version.rc index 37934706a0..6b47621286 100644 --- a/plugins/New_GPG/res/Version.rc +++ b/plugins/New_GPG/res/Version.rc @@ -1,55 +1,55 @@ -// 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" - -#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 __FILEVERSION_STRING - 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 "OriginalFilename", __FILENAME - 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 <m_version.h> +
#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_FILEVERSION
+ 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 "OriginalFilename", __FILENAME
+ VALUE "ProductName", __PLUGIN_NAME
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x0, 1200
+ END
+END
+
+#endif // English (U.S.) resources
+/////////////////////////////////////////////////////////////////////////////
diff --git a/plugins/NewsAggregator/Res/Version.rc b/plugins/NewsAggregator/Res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/NewsAggregator/Res/Version.rc +++ b/plugins/NewsAggregator/Res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/NoHistory/res/Version.rc b/plugins/NoHistory/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/NoHistory/res/Version.rc +++ b/plugins/NoHistory/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/Non-IM Contact/res/Version.rc b/plugins/Non-IM Contact/res/Version.rc index 5bfbab4754..9c92487a38 100644 --- a/plugins/Non-IM Contact/res/Version.rc +++ b/plugins/Non-IM Contact/res/Version.rc @@ -6,10 +6,11 @@ #include "afxres.h"
#include "..\src\version.h"
+#include <m_version.h> VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/NotesAndReminders/res/Version.rc b/plugins/NotesAndReminders/res/Version.rc index fdeb14668c..92d1eacb62 100644 --- a/plugins/NotesAndReminders/res/Version.rc +++ b/plugins/NotesAndReminders/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include "..\..\include\m_version.h"
+
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/NotifyAnything/res/Version.rc b/plugins/NotifyAnything/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/NotifyAnything/res/Version.rc +++ b/plugins/NotifyAnything/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/Nudge/res/Version.rc b/plugins/Nudge/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/Nudge/res/Version.rc +++ b/plugins/Nudge/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/OpenFolder/res/Version.rc b/plugins/OpenFolder/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/OpenFolder/res/Version.rc +++ b/plugins/OpenFolder/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/OpenSSL/res/version.rc b/plugins/OpenSSL/res/version.rc index 37934706a0..6b47621286 100644 --- a/plugins/OpenSSL/res/version.rc +++ b/plugins/OpenSSL/res/version.rc @@ -1,55 +1,55 @@ -// 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" - -#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 __FILEVERSION_STRING - 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 "OriginalFilename", __FILENAME - 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 <m_version.h> +
#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_FILEVERSION
+ 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 "OriginalFilename", __FILENAME
+ VALUE "ProductName", __PLUGIN_NAME
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x0, 1200
+ END
+END
+
+#endif // English (U.S.) resources
+/////////////////////////////////////////////////////////////////////////////
diff --git a/plugins/PackUpdater/Res/Version.rc b/plugins/PackUpdater/Res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/PackUpdater/Res/Version.rc +++ b/plugins/PackUpdater/Res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/PasteIt/res/version.rc b/plugins/PasteIt/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/PasteIt/res/version.rc +++ b/plugins/PasteIt/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/Ping/res/Version.rc b/plugins/Ping/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/Ping/res/Version.rc +++ b/plugins/Ping/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/PluginUpdater/res/Version.rc b/plugins/PluginUpdater/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/PluginUpdater/res/Version.rc +++ b/plugins/PluginUpdater/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/Popup/res/version.rc b/plugins/Popup/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/Popup/res/version.rc +++ b/plugins/Popup/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/ProfileManager/res/Version.rc b/plugins/ProfileManager/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/ProfileManager/res/Version.rc +++ b/plugins/ProfileManager/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/QuickContacts/res/Version.rc b/plugins/QuickContacts/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/QuickContacts/res/Version.rc +++ b/plugins/QuickContacts/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/QuickMessages/res/Version.rc b/plugins/QuickMessages/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/QuickMessages/res/Version.rc +++ b/plugins/QuickMessages/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/QuickReplies/res/version.rc b/plugins/QuickReplies/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/QuickReplies/res/version.rc +++ b/plugins/QuickReplies/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/QuickSearch/make.bat b/plugins/QuickSearch/make.bat index e81991df45..90c6f5a029 100644 --- a/plugins/QuickSearch/make.bat +++ b/plugins/QuickSearch/make.bat @@ -16,6 +16,7 @@ if not exist %OUTDIR% mkdir %OUTDIR% md tmp
rem brcc32.exe qs.rc -foqs.res
+rc version.rc
%FPCBIN% @..\Utils.pas\fpc.cfg %PROJECT%.dpr %3 %4 %5 %6 %7 %8 %9
if errorlevel 1 exit /b 1
diff --git a/plugins/QuickSearch/quicksearch.dpr b/plugins/QuickSearch/quicksearch.dpr index b691c0308e..d60426aa74 100644 --- a/plugins/QuickSearch/quicksearch.dpr +++ b/plugins/QuickSearch/quicksearch.dpr @@ -7,6 +7,7 @@ library quicksearch;
{$R qs.res}
+{$R version.res}
uses
// FastMM4,
diff --git a/plugins/QuickSearch/version.rc b/plugins/QuickSearch/version.rc new file mode 100644 index 0000000000..44317d1b0c --- /dev/null +++ b/plugins/QuickSearch/version.rc @@ -0,0 +1,49 @@ +// Microsoft Visual C++ generated resource script.
+//
+#ifdef APSTUDIO_INVOKED
+#error this file is not editable by Microsoft Visual C++
+#endif //APSTUDIO_INVOKED
+
+#include "..\..\include\m_version.h"
+
/////////////////////////////////////////////////////////////////////////////
+// English (U.S.) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
+#ifdef _WIN32
+#pragma code_page(1252)
+#endif //_WIN32
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION 1,4,2,0
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
+ 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 "OriginalFilename", __FILENAME
+// VALUE "ProductName", __PLUGIN_NAME
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x0, 1200
+ END
+END
+
+#endif // English (U.S.) resources
+/////////////////////////////////////////////////////////////////////////////
diff --git a/plugins/Quotes/res/Version.rc b/plugins/Quotes/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/Quotes/res/Version.rc +++ b/plugins/Quotes/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/Rate/res/Version.rc b/plugins/Rate/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/Rate/res/Version.rc +++ b/plugins/Rate/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/RecentContacts/res/Version.rc b/plugins/RecentContacts/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/RecentContacts/res/Version.rc +++ b/plugins/RecentContacts/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/RemovePersonalSettings/res/version.rc b/plugins/RemovePersonalSettings/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/RemovePersonalSettings/res/version.rc +++ b/plugins/RemovePersonalSettings/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/Restart/res/Version.rc b/plugins/Restart/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/Restart/res/Version.rc +++ b/plugins/Restart/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/SMS/res/Version.rc b/plugins/SMS/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/SMS/res/Version.rc +++ b/plugins/SMS/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/Scriver/res/Version.rc b/plugins/Scriver/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/Scriver/res/Version.rc +++ b/plugins/Scriver/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/SecureIM/SecureIM_icons/res/version.rc b/plugins/SecureIM/SecureIM_icons/res/version.rc index 5bfbab4754..508b3e9f14 100644 --- a/plugins/SecureIM/SecureIM_icons/res/version.rc +++ b/plugins/SecureIM/SecureIM_icons/res/version.rc @@ -9,7 +9,7 @@ VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/SecureIM/res/version.rc b/plugins/SecureIM/res/version.rc index fdeb14668c..92d1eacb62 100644 --- a/plugins/SecureIM/res/version.rc +++ b/plugins/SecureIM/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include "..\..\include\m_version.h"
+
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/SeenPlugin/res/version.rc b/plugins/SeenPlugin/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/SeenPlugin/res/version.rc +++ b/plugins/SeenPlugin/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/SendScreenshotPlus/res/version.rc b/plugins/SendScreenshotPlus/res/version.rc index 37934706a0..6b47621286 100644 --- a/plugins/SendScreenshotPlus/res/version.rc +++ b/plugins/SendScreenshotPlus/res/version.rc @@ -1,55 +1,55 @@ -// 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" - -#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 __FILEVERSION_STRING - 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 "OriginalFilename", __FILENAME - 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 <m_version.h> +
#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_FILEVERSION
+ 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 "OriginalFilename", __FILENAME
+ VALUE "ProductName", __PLUGIN_NAME
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x0, 1200
+ END
+END
+
+#endif // English (U.S.) resources
+/////////////////////////////////////////////////////////////////////////////
diff --git a/plugins/Sessions/res/Version.rc b/plugins/Sessions/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/Sessions/res/Version.rc +++ b/plugins/Sessions/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/ShellExt/res/Version.rc b/plugins/ShellExt/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/ShellExt/res/Version.rc +++ b/plugins/ShellExt/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/SimpleAR/res/Version.rc b/plugins/SimpleAR/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/SimpleAR/res/Version.rc +++ b/plugins/SimpleAR/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/SimpleStatusMsg/res/Version.rc b/plugins/SimpleStatusMsg/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/SimpleStatusMsg/res/Version.rc +++ b/plugins/SimpleStatusMsg/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/SkypeStatusChange/res/Version.rc b/plugins/SkypeStatusChange/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/SkypeStatusChange/res/Version.rc +++ b/plugins/SkypeStatusChange/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/SmileyAdd/res/Version.rc b/plugins/SmileyAdd/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/SmileyAdd/res/Version.rc +++ b/plugins/SmileyAdd/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/Spamotron/res/Version.rc b/plugins/Spamotron/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/Spamotron/res/Version.rc +++ b/plugins/Spamotron/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/SpellChecker/Flags-Angelika/res/Version.rc b/plugins/SpellChecker/Flags-Angelika/res/Version.rc index 5bfbab4754..508b3e9f14 100644 --- a/plugins/SpellChecker/Flags-Angelika/res/Version.rc +++ b/plugins/SpellChecker/Flags-Angelika/res/Version.rc @@ -9,7 +9,7 @@ VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/SpellChecker/Flags/res/Version.rc b/plugins/SpellChecker/Flags/res/Version.rc index 5bfbab4754..508b3e9f14 100644 --- a/plugins/SpellChecker/Flags/res/Version.rc +++ b/plugins/SpellChecker/Flags/res/Version.rc @@ -9,7 +9,7 @@ VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/SpellChecker/res/Version.rc b/plugins/SpellChecker/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/SpellChecker/res/Version.rc +++ b/plugins/SpellChecker/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/SplashScreen/res/version.rc b/plugins/SplashScreen/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/SplashScreen/res/version.rc +++ b/plugins/SplashScreen/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/StartPosition/res/Version.rc b/plugins/StartPosition/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/StartPosition/res/Version.rc +++ b/plugins/StartPosition/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/StartupSilence/res/version.rc b/plugins/StartupSilence/res/version.rc index 8948616bb4..f6ee777fbd 100644 --- a/plugins/StartupSilence/res/version.rc +++ b/plugins/StartupSilence/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/StatusChange/res/Version.rc b/plugins/StatusChange/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/StatusChange/res/Version.rc +++ b/plugins/StatusChange/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/StatusManager/res/version.rc b/plugins/StatusManager/res/version.rc index a6e3417a9e..f6ee777fbd 100644 --- a/plugins/StatusManager/res/version.rc +++ b/plugins/StatusManager/res/version.rc @@ -1,54 +1,54 @@ -// 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" - -#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 __FILEVERSION_STRING - 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 "FileVersion", __VERSION_STRING - 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 - -#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 <m_version.h> +
#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_FILEVERSION
+ 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 "FileVersion", __VERSION_STRING
+ 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
+
+#endif // English (U.S.) resources
+/////////////////////////////////////////////////////////////////////////////
diff --git a/plugins/StopSpamMod/res/Version.rc b/plugins/StopSpamMod/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/StopSpamMod/res/Version.rc +++ b/plugins/StopSpamMod/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/StopSpamPlus/res/version.rc b/plugins/StopSpamPlus/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/StopSpamPlus/res/version.rc +++ b/plugins/StopSpamPlus/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/Version.rc b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/Version.rc index 226f55c57f..c46c717608 100644 --- a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/Version.rc +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/Version.rc @@ -9,7 +9,7 @@ VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/Version.rc b/plugins/TabSRMM/TabSRMM_icons/XP/res/Version.rc index 226f55c57f..c46c717608 100644 --- a/plugins/TabSRMM/TabSRMM_icons/XP/res/Version.rc +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/Version.rc @@ -9,7 +9,7 @@ VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/TabSRMM/res/Version.rc b/plugins/TabSRMM/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/TabSRMM/res/Version.rc +++ b/plugins/TabSRMM/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/TipperYM/res/version.rc b/plugins/TipperYM/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/TipperYM/res/version.rc +++ b/plugins/TipperYM/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/Toaster/res/version.rc b/plugins/Toaster/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/Toaster/res/version.rc +++ b/plugins/Toaster/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/TooltipNotify/res/version.rc b/plugins/TooltipNotify/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/TooltipNotify/res/version.rc +++ b/plugins/TooltipNotify/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/TopToolBar/res/version.rc b/plugins/TopToolBar/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/TopToolBar/res/version.rc +++ b/plugins/TopToolBar/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/TrafficCounter/res/Version.rc b/plugins/TrafficCounter/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/TrafficCounter/res/Version.rc +++ b/plugins/TrafficCounter/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/TranslitSwitcher/res/Version.rc b/plugins/TranslitSwitcher/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/TranslitSwitcher/res/Version.rc +++ b/plugins/TranslitSwitcher/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/UserGuide/res/Version.rc b/plugins/UserGuide/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/UserGuide/res/Version.rc +++ b/plugins/UserGuide/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/UserInfoEx/IconPacks/default/res/Version.rc b/plugins/UserInfoEx/IconPacks/default/res/Version.rc index 5bfbab4754..508b3e9f14 100644 --- a/plugins/UserInfoEx/IconPacks/default/res/Version.rc +++ b/plugins/UserInfoEx/IconPacks/default/res/Version.rc @@ -9,7 +9,7 @@ VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/UserInfoEx/IconPacks/ice/res/Version.rc b/plugins/UserInfoEx/IconPacks/ice/res/Version.rc index 5bfbab4754..508b3e9f14 100644 --- a/plugins/UserInfoEx/IconPacks/ice/res/Version.rc +++ b/plugins/UserInfoEx/IconPacks/ice/res/Version.rc @@ -9,7 +9,7 @@ VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/UserInfoEx/res/version.rc b/plugins/UserInfoEx/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/UserInfoEx/res/version.rc +++ b/plugins/UserInfoEx/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/Variables/res/version.rc b/plugins/Variables/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/Variables/res/version.rc +++ b/plugins/Variables/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/Watrack/make.bat b/plugins/Watrack/make.bat index 95170bd99b..d82627e650 100644 --- a/plugins/Watrack/make.bat +++ b/plugins/Watrack/make.bat @@ -25,6 +25,7 @@ rem brcc32.exe proto\proto.rc -foproto\proto.res rem brcc32.exe stat\stat.rc -fostat\stat.res
rem brcc32.exe status\status.rc -fostatus\status.res
rem brcc32.exe templates\templates.rc -fotemplates\templates.res
+rc version.rc
%FPCBIN% @..\Utils.pas\fpc.cfg %PROJECT%.dpr %3 %4 %5 %6 %7 %8 %9
if errorlevel 1 exit /b 1
diff --git a/plugins/Watrack/version.rc b/plugins/Watrack/version.rc new file mode 100644 index 0000000000..a55204db01 --- /dev/null +++ b/plugins/Watrack/version.rc @@ -0,0 +1,50 @@ +// Microsoft Visual C++ generated resource script. +// +#ifdef APSTUDIO_INVOKED +#error this file is not editable by Microsoft Visual C++ +#endif //APSTUDIO_INVOKED + +#include "..\..\include\m_version.h" + +///////////////////////////////////////////////////////////////////////////// +// English (U.S.) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) +#ifdef _WIN32 +#pragma code_page(1252) +#endif //_WIN32 + +VS_VERSION_INFO VERSIONINFO + FILEVERSION 0,0,6,12 + PRODUCTVERSION MIRANDA_VERSION_FILEVERSION + 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 "OriginalFilename", __FILENAME +// VALUE "ProductName", __PLUGIN_NAME + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x0, 1200 + END +END + +#endif // English (U.S.) resources +///////////////////////////////////////////////////////////////////////////// diff --git a/plugins/Watrack/watrack.dpr b/plugins/Watrack/watrack.dpr index 78130ec692..93af84731b 100644 --- a/plugins/Watrack/watrack.dpr +++ b/plugins/Watrack/watrack.dpr @@ -32,6 +32,7 @@ uses {$include resource.inc}
{$Resource res\watrack.res}
+{$Resource version.res}
{$include i_vars.inc}
diff --git a/plugins/Watrack_MPD/res/Version.rc b/plugins/Watrack_MPD/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/Watrack_MPD/res/Version.rc +++ b/plugins/Watrack_MPD/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/Weather/res/Version.rc b/plugins/Weather/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/Weather/res/Version.rc +++ b/plugins/Weather/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/WebView/res/version.rc b/plugins/WebView/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/WebView/res/version.rc +++ b/plugins/WebView/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/WhenWasIt/res/version.rc b/plugins/WhenWasIt/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/WhenWasIt/res/version.rc +++ b/plugins/WhenWasIt/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/WhoUsesMyFiles/res/Version.rc b/plugins/WhoUsesMyFiles/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/WhoUsesMyFiles/res/Version.rc +++ b/plugins/WhoUsesMyFiles/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/WinterSpeak/res/Version.rc b/plugins/WinterSpeak/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/WinterSpeak/res/Version.rc +++ b/plugins/WinterSpeak/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/XSoundNotify/res/Version.rc b/plugins/XSoundNotify/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/XSoundNotify/res/Version.rc +++ b/plugins/XSoundNotify/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/YAMN/res/Version.rc b/plugins/YAMN/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/YAMN/res/Version.rc +++ b/plugins/YAMN/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/YAPP/res/version.rc b/plugins/YAPP/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/YAPP/res/version.rc +++ b/plugins/YAPP/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/YARelay/res/Version.rc b/plugins/YARelay/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/YARelay/res/Version.rc +++ b/plugins/YARelay/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/ZeroNotification/res/Version.rc b/plugins/ZeroNotification/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/ZeroNotification/res/Version.rc +++ b/plugins/ZeroNotification/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/ZeroSwitch/res/Version.rc b/plugins/ZeroSwitch/res/Version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/ZeroSwitch/res/Version.rc +++ b/plugins/ZeroSwitch/res/Version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/mRadio/make.bat b/plugins/mRadio/make.bat index e9a15fee74..901852634c 100644 --- a/plugins/mRadio/make.bat +++ b/plugins/mRadio/make.bat @@ -17,6 +17,8 @@ md tmp rem brcc32.exe mradio.rc -fomradio.res
+rc version.rc
+
%FPCBIN% @..\..\plugins\Utils.pas\fpc.cfg %PROJECT%.dpr %3 %4 %5 %6 %7 %8 %9
if errorlevel 1 exit /b 1
diff --git a/plugins/mRadio/mradio.dpr b/plugins/mRadio/mradio.dpr index 4d27ccc201..d2dea8e725 100644 --- a/plugins/mRadio/mradio.dpr +++ b/plugins/mRadio/mradio.dpr @@ -17,6 +17,7 @@ uses {$include mr_rc.inc}
{$r mradio.res}
+{$r version.res}
{$include i_search.inc}
{$include i_variables.inc}
diff --git a/plugins/mRadio/version.rc b/plugins/mRadio/version.rc new file mode 100644 index 0000000000..efe8a766cb --- /dev/null +++ b/plugins/mRadio/version.rc @@ -0,0 +1,49 @@ +// Microsoft Visual C++ generated resource script.
+//
+#ifdef APSTUDIO_INVOKED
+#error this file is not editable by Microsoft Visual C++
+#endif //APSTUDIO_INVOKED
+
+#include "..\..\include\m_version.h"
+
/////////////////////////////////////////////////////////////////////////////
+// English (U.S.) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
+#ifdef _WIN32
+#pragma code_page(1252)
+#endif //_WIN32
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION 0, 0, 2, 4
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
+ 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 "OriginalFilename", __FILENAME
+// VALUE "ProductName", __PLUGIN_NAME
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x0, 1200
+ END
+END
+
+#endif // English (U.S.) resources
+/////////////////////////////////////////////////////////////////////////////
diff --git a/plugins/mTextControl/res/version.rc b/plugins/mTextControl/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/mTextControl/res/version.rc +++ b/plugins/mTextControl/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/wbOSD/res/version.rc b/plugins/wbOSD/res/version.rc index fdeb14668c..6b47621286 100644 --- a/plugins/wbOSD/res/version.rc +++ b/plugins/wbOSD/res/version.rc @@ -5,8 +5,8 @@ #endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include <m_version.h> +
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
|