From c928f5fc77ddd8ea59fa2ec4e24b3ded206f02ab Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 23 Feb 2013 10:35:23 +0000 Subject: added precompiled header git-svn-id: http://svn.miranda-ng.org/main/trunk@3713 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/BuddyExpectator/BuddyExpectator_10.vcxproj | 19 +++++++++++++++---- .../BuddyExpectator_10.vcxproj.filters | 3 +++ plugins/BuddyExpectator/BuddyExpectator_11.vcxproj | 19 +++++++++++++++---- .../BuddyExpectator_11.vcxproj.filters | 3 +++ plugins/BuddyExpectator/src/common.h | 12 ------------ plugins/BuddyExpectator/src/options.cpp | 1 - plugins/BuddyExpectator/src/stdafx.cpp | 18 ++++++++++++++++++ 7 files changed, 54 insertions(+), 21 deletions(-) create mode 100644 plugins/BuddyExpectator/src/stdafx.cpp diff --git a/plugins/BuddyExpectator/BuddyExpectator_10.vcxproj b/plugins/BuddyExpectator/BuddyExpectator_10.vcxproj index 6c201d5386..06684bd37c 100644 --- a/plugins/BuddyExpectator/BuddyExpectator_10.vcxproj +++ b/plugins/BuddyExpectator/BuddyExpectator_10.vcxproj @@ -73,13 +73,15 @@ Disabled ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;BUDDYEXPECTATOR_EXPORTS;%(PreprocessorDefinitions) + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true MultiThreadedDebugDLL true Level3 EditAndContinue false + Use + common.h _DEBUG;%(PreprocessorDefinitions) @@ -97,12 +99,14 @@ Full ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;BUDDYEXPECTATOR_EXPORTS;%(PreprocessorDefinitions) + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true true Level3 Size false + Use + common.h NDEBUG;%(PreprocessorDefinitions) @@ -123,12 +127,14 @@ Disabled ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN64;_DEBUG;_WINDOWS;_USRDLL;BUDDYEXPECTATOR_EXPORTS;%(PreprocessorDefinitions) + WIN64;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true MultiThreadedDebugDLL true Level3 false + Use + common.h _DEBUG;%(PreprocessorDefinitions) @@ -146,12 +152,14 @@ Full ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN64;NDEBUG;_WINDOWS;_USRDLL;BUDDYEXPECTATOR_EXPORTS;%(PreprocessorDefinitions) + WIN64;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true true Level3 Size false + Use + common.h NDEBUG;%(PreprocessorDefinitions) @@ -171,6 +179,9 @@ + + Create + diff --git a/plugins/BuddyExpectator/BuddyExpectator_10.vcxproj.filters b/plugins/BuddyExpectator/BuddyExpectator_10.vcxproj.filters index 88b095e588..4df3dce6fa 100644 --- a/plugins/BuddyExpectator/BuddyExpectator_10.vcxproj.filters +++ b/plugins/BuddyExpectator/BuddyExpectator_10.vcxproj.filters @@ -7,6 +7,9 @@ Source Files + + Source Files + diff --git a/plugins/BuddyExpectator/BuddyExpectator_11.vcxproj b/plugins/BuddyExpectator/BuddyExpectator_11.vcxproj index 56b4bb98d7..b6a05b53da 100644 --- a/plugins/BuddyExpectator/BuddyExpectator_11.vcxproj +++ b/plugins/BuddyExpectator/BuddyExpectator_11.vcxproj @@ -77,13 +77,15 @@ Disabled ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;BUDDYEXPECTATOR_EXPORTS;%(PreprocessorDefinitions) + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true MultiThreadedDebugDLL true Level3 EditAndContinue false + Use + common.h _DEBUG;%(PreprocessorDefinitions) @@ -101,12 +103,14 @@ Full ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;BUDDYEXPECTATOR_EXPORTS;%(PreprocessorDefinitions) + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true true Level3 Size false + Use + common.h NDEBUG;%(PreprocessorDefinitions) @@ -127,12 +131,14 @@ Disabled ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN64;_DEBUG;_WINDOWS;_USRDLL;BUDDYEXPECTATOR_EXPORTS;%(PreprocessorDefinitions) + WIN64;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true MultiThreadedDebugDLL true Level3 false + Use + common.h _DEBUG;%(PreprocessorDefinitions) @@ -150,12 +156,14 @@ Full ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN64;NDEBUG;_WINDOWS;_USRDLL;BUDDYEXPECTATOR_EXPORTS;%(PreprocessorDefinitions) + WIN64;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true true Level3 Size false + Use + common.h NDEBUG;%(PreprocessorDefinitions) @@ -175,6 +183,9 @@ + + Create + diff --git a/plugins/BuddyExpectator/BuddyExpectator_11.vcxproj.filters b/plugins/BuddyExpectator/BuddyExpectator_11.vcxproj.filters index 88b095e588..4df3dce6fa 100644 --- a/plugins/BuddyExpectator/BuddyExpectator_11.vcxproj.filters +++ b/plugins/BuddyExpectator/BuddyExpectator_11.vcxproj.filters @@ -7,6 +7,9 @@ Source Files + + Source Files + diff --git a/plugins/BuddyExpectator/src/common.h b/plugins/BuddyExpectator/src/common.h index ecabbfe949..fc2b5ede90 100644 --- a/plugins/BuddyExpectator/src/common.h +++ b/plugins/BuddyExpectator/src/common.h @@ -17,37 +17,25 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - - File name : $URL: http://svn.miranda.im/mainrepo/buddyexpectator/trunk/common.h $ - Revision : $Rev: 1392 $ - Last change on : $Date: 2009-04-22 17:46:08 +0300 (Ср, 22 апр 2009) $ - Last change by : $Author: Thief $ */ #define _CRT_SECURE_NO_WARNINGS #ifndef _COMMON_INC #define _COMMON_INC -#define MIRANDA_VER 0x0A00 -#include // needed by m_icolib.h > r9256 #include #include #include -#include #include #include #include #include #include -#include #include -#include #include #include -#include #include -#include #include #include #include diff --git a/plugins/BuddyExpectator/src/options.cpp b/plugins/BuddyExpectator/src/options.cpp index 234614ed51..badcc23d47 100644 --- a/plugins/BuddyExpectator/src/options.cpp +++ b/plugins/BuddyExpectator/src/options.cpp @@ -20,7 +20,6 @@ */ #include "common.h" -#include "options.h" #define DEF_COLOR_BACK 0xCEF7AD #define DEF_COLOR_FORE 0x000000 diff --git a/plugins/BuddyExpectator/src/stdafx.cpp b/plugins/BuddyExpectator/src/stdafx.cpp new file mode 100644 index 0000000000..1976d867da --- /dev/null +++ b/plugins/BuddyExpectator/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 "common.h" \ No newline at end of file -- cgit v1.2.3