From ce3aabf865de4adf5c5cdd7ddf809a12d8f9d0f2 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 29 May 2018 17:17:53 +0300 Subject: common version resource extracted to the separate file own version resource remains only for miranda32.exe, mir_app.dll and pascal plugins --- plugins/Watrack/version.rc | 45 ++------------------------------------------- 1 file changed, 2 insertions(+), 43 deletions(-) (limited to 'plugins/Watrack') diff --git a/plugins/Watrack/version.rc b/plugins/Watrack/version.rc index b7dbff1660..5a5ddd63ed 100644 --- a/plugins/Watrack/version.rc +++ b/plugins/Watrack/version.rc @@ -4,47 +4,6 @@ #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED -#include "..\..\include\m_version.h" +#include "..\src\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_COREVERSION - FILEFLAGSMASK 0x17L -#ifdef _DEBUG - FILEFLAGS 0x1L -#else - FILEFLAGS 0x0L -#endif - FILEOS 0x4L - FILETYPE 0x2L - FILESUBTYPE 0x0L -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "000004b0" - BEGIN -// VALUE "Author", __AUTHOR -// VALUE "FileDescription", __DESCRIPTION -// VALUE "FileVersion", __VERSION_STRING -// VALUE "InternalName", __PLUGIN_NAME -// VALUE "LegalCopyright", __COPYRIGHT -// VALUE "OriginalFilename", __FILENAME -// VALUE "ProductName", __PLUGIN_NAME - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x0, 1200 - END -END - -#endif // English (U.S.) resources -///////////////////////////////////////////////////////////////////////////// +#include "..\..\build\Version.rc" -- cgit v1.2.3