From cbe3cb21f5bca61a03bbd4ae811ee906e09b3f4f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 13 Jun 2015 16:55:17 +0000 Subject: - miranda32.exe now does nothing bug extends PATH to %miranda_root%\libs and loads mir_app.dll; - everything that was in miranda32.exe (including resources) moved to mir_app.dll; - exports from mir_app.dll now available for using directly, without perversions; - src/stdplug.h deleted; git-svn-id: http://svn.miranda-ng.org/main/trunk@14143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/miranda32/res/miranda32.exe.manifest | 25 +++++++++++++++ src/miranda32/res/resource.rc | 21 +++++++++++++ src/miranda32/res/version.rc | 53 ++++++++++++++++++++++++++++++++ 3 files changed, 99 insertions(+) create mode 100644 src/miranda32/res/miranda32.exe.manifest create mode 100644 src/miranda32/res/resource.rc create mode 100644 src/miranda32/res/version.rc (limited to 'src/miranda32/res') diff --git a/src/miranda32/res/miranda32.exe.manifest b/src/miranda32/res/miranda32.exe.manifest new file mode 100644 index 0000000000..b0c140a148 --- /dev/null +++ b/src/miranda32/res/miranda32.exe.manifest @@ -0,0 +1,25 @@ + + + Miranda + + + + + + + + + + + + + + + + + + + + diff --git a/src/miranda32/res/resource.rc b/src/miranda32/res/resource.rc new file mode 100644 index 0000000000..ae457d069e --- /dev/null +++ b/src/miranda32/res/resource.rc @@ -0,0 +1,21 @@ +// Microsoft Visual C++ generated resource script. +// +#include "..\..\mir_app\src\resource.h" + +#include +#include + +///////////////////////////////////////////////////////////////////////////// +// English (United States) resources + +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US +#pragma code_page(1252) + +///////////////////////////////////////////////////////////////////////////// +// +// Icon +// + +// Icon with lowest ID value placed first to ensure application icon +// remains consistent on all systems. +IDI_MIRANDA ICON "../../mir_app/res/miranda_logo.ico" diff --git a/src/miranda32/res/version.rc b/src/miranda32/res/version.rc new file mode 100644 index 0000000000..8f42a6229f --- /dev/null +++ b/src/miranda32/res/version.rc @@ -0,0 +1,53 @@ +#ifdef APSTUDIO_INVOKED +#error this file is not editable by Microsoft Visual C++ +#endif //APSTUDIO_INVOKED + +#include +#include + +#include "../../include/m_version.h" + +#ifndef _MAC +///////////////////////////////////////////////////////////////////////////// +// +// Version +// + +VS_VERSION_INFO VERSIONINFO + FILEVERSION MIRANDA_VERSION_FILEVERSION + PRODUCTVERSION MIRANDA_VERSION_FILEVERSION + FILEFLAGSMASK 0x3fL +#ifdef _DEBUG + FILEFLAGS 0x1L +#else + FILEFLAGS 0x0L +#endif + FILEOS 0x40004L + FILETYPE 0x1L + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "000004b0" + BEGIN + VALUE "Comments", "Licensed under the terms of the GNU General Public License\0" + VALUE "CompanyName", "Miranda NG Team\0" + VALUE "FileDescription", "Miranda NG\0" + VALUE "FileVersion", MIRANDA_VERSION_DISPLAY + VALUE "InternalName", "miranda32\0" + VALUE "LegalCopyright", "Copyright © 2000-11 Miranda IM, 2012-15 Miranda NG project. This software is released under the terms of the GNU General Public License.\0" + VALUE "LegalTrademarks", "\0" + VALUE "OriginalFilename", "miranda32.exe\0" + VALUE "PrivateBuild", "\0" + VALUE "ProductName", "Miranda NG\0" + VALUE "ProductVersion", MIRANDA_VERSION_DISPLAY + VALUE "SpecialBuild", "\0" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x0, 1200 + END +END + +#endif // !_MAC -- cgit v1.2.3