From 7e94dc56189f6a0fe46a482c05e7c28d0182a661 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 24 Feb 2013 14:31:12 +0000 Subject: added precompiled header added version info git-svn-id: http://svn.miranda-ng.org/main/trunk@3754 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/FirstRun/FirstRun_10.vcxproj | 31 +++++++++++++++++------ plugins/FirstRun/FirstRun_10.vcxproj.filters | 14 ++++++++++ plugins/FirstRun/FirstRun_11.vcxproj | 31 +++++++++++++++++------ plugins/FirstRun/FirstRun_11.vcxproj.filters | 14 ++++++++++ plugins/FirstRun/res/Version.rc | 38 ++++++++++++++++++++++++++++ plugins/FirstRun/src/Version.h | 14 ++++++++++ plugins/FirstRun/src/commonheaders.h | 5 ++-- plugins/FirstRun/src/main.cpp | 34 ++++++++++++------------- plugins/FirstRun/src/stdafx.cpp | 18 +++++++++++++ 9 files changed, 164 insertions(+), 35 deletions(-) create mode 100644 plugins/FirstRun/res/Version.rc create mode 100644 plugins/FirstRun/src/Version.h create mode 100644 plugins/FirstRun/src/stdafx.cpp (limited to 'plugins/FirstRun') diff --git a/plugins/FirstRun/FirstRun_10.vcxproj b/plugins/FirstRun/FirstRun_10.vcxproj index 501b0c5535..ae5a916ccb 100644 --- a/plugins/FirstRun/FirstRun_10.vcxproj +++ b/plugins/FirstRun/FirstRun_10.vcxproj @@ -73,13 +73,15 @@ Full OnlyExplicitInline - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;FIRSTRUN_EXPORTS;%(PreprocessorDefinitions) + ..\..\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true true Level3 Size false + Use + commonheaders.h false @@ -96,13 +98,15 @@ Full OnlyExplicitInline - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN64;NDEBUG;_WINDOWS;_USRDLL;FIRSTRUN_EXPORTS;%(PreprocessorDefinitions) + ..\..\include;%(AdditionalIncludeDirectories) + WIN64;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true true Level3 Size false + Use + commonheaders.h false @@ -118,14 +122,16 @@ Disabled - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;FIRSTRUN_EXPORTS;%(PreprocessorDefinitions) + ..\..\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level3 EditAndContinue false + Use + commonheaders.h true @@ -138,12 +144,14 @@ Disabled - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN64;_DEBUG;_WINDOWS;_USRDLL;FIRSTRUN_EXPORTS;%(PreprocessorDefinitions) + ..\..\include;%(AdditionalIncludeDirectories) + WIN64;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebugDLL Level3 false + Use + commonheaders.h true @@ -155,9 +163,16 @@ + + Create + + + + + diff --git a/plugins/FirstRun/FirstRun_10.vcxproj.filters b/plugins/FirstRun/FirstRun_10.vcxproj.filters index 84d31bcfc1..5faa296026 100644 --- a/plugins/FirstRun/FirstRun_10.vcxproj.filters +++ b/plugins/FirstRun/FirstRun_10.vcxproj.filters @@ -9,15 +9,29 @@ {196047f9-ebe5-4820-92f6-8142fff77f44} h;hpp;hxx;hm;inl + + {25f47b14-8246-4a8c-aa14-bc73970c74bf} + Source Files + + Source Files + Header Files + + Header Files + + + + + Resource Files + \ No newline at end of file diff --git a/plugins/FirstRun/FirstRun_11.vcxproj b/plugins/FirstRun/FirstRun_11.vcxproj index f0057cb33e..044f3d8060 100644 --- a/plugins/FirstRun/FirstRun_11.vcxproj +++ b/plugins/FirstRun/FirstRun_11.vcxproj @@ -77,13 +77,15 @@ Full OnlyExplicitInline - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;FIRSTRUN_EXPORTS;%(PreprocessorDefinitions) + ..\..\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true true Level3 Size false + Use + commonheaders.h false @@ -100,13 +102,15 @@ Full OnlyExplicitInline - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN64;NDEBUG;_WINDOWS;_USRDLL;FIRSTRUN_EXPORTS;%(PreprocessorDefinitions) + ..\..\include;%(AdditionalIncludeDirectories) + WIN64;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true true Level3 Size false + Use + commonheaders.h false @@ -122,14 +126,16 @@ Disabled - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;FIRSTRUN_EXPORTS;%(PreprocessorDefinitions) + ..\..\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level3 EditAndContinue false + Use + commonheaders.h true @@ -142,12 +148,14 @@ Disabled - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN64;_DEBUG;_WINDOWS;_USRDLL;FIRSTRUN_EXPORTS;%(PreprocessorDefinitions) + ..\..\include;%(AdditionalIncludeDirectories) + WIN64;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebugDLL Level3 false + Use + commonheaders.h true @@ -159,9 +167,16 @@ + + Create + + + + + diff --git a/plugins/FirstRun/FirstRun_11.vcxproj.filters b/plugins/FirstRun/FirstRun_11.vcxproj.filters index 84d31bcfc1..5faa296026 100644 --- a/plugins/FirstRun/FirstRun_11.vcxproj.filters +++ b/plugins/FirstRun/FirstRun_11.vcxproj.filters @@ -9,15 +9,29 @@ {196047f9-ebe5-4820-92f6-8142fff77f44} h;hpp;hxx;hm;inl + + {25f47b14-8246-4a8c-aa14-bc73970c74bf} + Source Files + + Source Files + Header Files + + Header Files + + + + + Resource Files + \ No newline at end of file diff --git a/plugins/FirstRun/res/Version.rc b/plugins/FirstRun/res/Version.rc new file mode 100644 index 0000000000..5bfbab4754 --- /dev/null +++ b/plugins/FirstRun/res/Version.rc @@ -0,0 +1,38 @@ +// Microsoft Visual C++ generated resource script. +// +#ifdef APSTUDIO_INVOKED +#error this file is not editable by Microsoft Visual C++ +#endif //APSTUDIO_INVOKED + +#include "afxres.h" +#include "..\src\version.h" + +VS_VERSION_INFO VERSIONINFO + FILEVERSION __FILEVERSION_STRING + PRODUCTVERSION __FILEVERSION_STRING + FILEFLAGSMASK 0x17L +#ifdef _DEBUG + FILEFLAGS 0x1L +#else + FILEFLAGS 0x0L +#endif + FILEOS 0x4L + FILETYPE 0x0L + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "000004b0" + BEGIN + VALUE "FileDescription", __DESCRIPTION + VALUE "InternalName", __PLUGIN_NAME + VALUE "LegalCopyright", __COPYRIGHT + VALUE "OriginalFilename", __FILENAME + VALUE "ProductName", __PLUGIN_NAME + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x0, 1200 + END +END diff --git a/plugins/FirstRun/src/Version.h b/plugins/FirstRun/src/Version.h new file mode 100644 index 0000000000..e9522ec9de --- /dev/null +++ b/plugins/FirstRun/src/Version.h @@ -0,0 +1,14 @@ +#define __MAJOR_VERSION 0 +#define __MINOR_VERSION 0 +#define __RELEASE_NUM 0 +#define __BUILD_NUM 2 + +#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM + +#define __PLUGIN_NAME "First run" +#define __FILENAME "FirstRun.dll" +#define __DESCRIPTION "Displays the Accounts window at the first start." +#define __AUTHOR "Yasnovidyashii" +#define __AUTHOREMAIL "yasnovidyashii@gmail.com" +#define __AUTHORWEB "http://miranda-ng.org/" +#define __COPYRIGHT "© 2008 Mikhail Yuriev" diff --git a/plugins/FirstRun/src/commonheaders.h b/plugins/FirstRun/src/commonheaders.h index 57d991f65e..12a9562e5e 100644 --- a/plugins/FirstRun/src/commonheaders.h +++ b/plugins/FirstRun/src/commonheaders.h @@ -1,9 +1,10 @@ -#define MIRANDA_VER 0x0A00 #define _CRT_SECURE_NO_WARNINGS #include + #include #include -#include #include #include + +#include "Version.h" \ No newline at end of file diff --git a/plugins/FirstRun/src/main.cpp b/plugins/FirstRun/src/main.cpp index 853086ef84..dddf45c9c6 100644 --- a/plugins/FirstRun/src/main.cpp +++ b/plugins/FirstRun/src/main.cpp @@ -7,19 +7,19 @@ int hLangpack; PLUGININFOEX pluginInfo={ sizeof(PLUGININFOEX), - "First Run Plugin", - PLUGIN_MAKE_VERSION(0,0,0,2), - "Displays the Accounts window at the first start.", - "Yasnovidyashii", - "yasnovidyashii@gmail.com", - "© 2008 Mikhail Yuriev", - "http://miranda-ng.org/", + __PLUGIN_NAME, + PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM), + __DESCRIPTION, + __AUTHOR, + __AUTHOREMAIL, + __COPYRIGHT, + __AUTHORWEB, UNICODE_AWARE, - //{49c2cf54-7898-44de-be3a-6d2e4ef90079} - {0x49c2cf54, 0x7898, 0x44de, { 0xbe, 0x3a, 0x6d, 0x2e, 0x4e, 0xf9, 0x0, 0x79 }} + // {49C2CF54-7898-44DE-BE3A-6D2E4EF90079} + {0x49c2cf54, 0x7898, 0x44de, {0xbe, 0x3a, 0x6d, 0x2e, 0x4e, 0xf9, 0x0, 0x79}} }; -int ModulesLoaded(WPARAM wParam,LPARAM lParam) +int ModulesLoaded(WPARAM wParam, LPARAM lParam) { TCHAR* ptszDllName; TCHAR ptszDllPath[MAX_PATH]; @@ -27,19 +27,19 @@ int ModulesLoaded(WPARAM wParam,LPARAM lParam) GetModuleFileName(hInst, ptszDllPath, MAX_PATH); ptszDllName = _tcslwr(_tcsrchr(ptszDllPath, '\\')); - if (ptszDllName!=NULL) - ptszDllName=ptszDllName + 1; + if (ptszDllName != NULL) + ptszDllName = ptszDllName + 1; - CallService(MS_PROTO_SHOWACCMGR, (WPARAM) NULL, 0); + CallService(MS_PROTO_SHOWACCMGR, 0, 0); - DBWriteContactSettingByte(NULL, "PluginDisable", _T2A(ptszDllName), 1); + db_set_b(NULL, "PluginDisable", _T2A(ptszDllName), 1); return 0; } -BOOL WINAPI DllMain(HINSTANCE hinstDLL,DWORD fdwReason,LPVOID lpvReserved) +BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) { - hInst=hinstDLL; + hInst = hinstDLL; return TRUE; } @@ -52,7 +52,7 @@ extern "C" __declspec(dllexport) int Load(void) { mir_getLP(&pluginInfo); - hModulesLoaded = HookEvent(ME_SYSTEM_MODULESLOADED,ModulesLoaded); + hModulesLoaded = HookEvent(ME_SYSTEM_MODULESLOADED, ModulesLoaded); return 0; } diff --git a/plugins/FirstRun/src/stdafx.cpp b/plugins/FirstRun/src/stdafx.cpp new file mode 100644 index 0000000000..e7e41dae3c --- /dev/null +++ b/plugins/FirstRun/src/stdafx.cpp @@ -0,0 +1,18 @@ +/* +Copyright (C) 2012-13 Miranda NG Project (http://miranda-ng.org) + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation version 2 +of the License. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + +#include "commonheaders.h" \ No newline at end of file -- cgit v1.2.3