From 27886af6334d2abd8315bee87aaa4314b91957c4 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sat, 30 Aug 2014 12:25:44 +0000 Subject: precompiled header generation fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@10345 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/Tox_10.vcxproj | 12 +++++++----- protocols/Tox/Tox_10.vcxproj.filters | 6 +++--- protocols/Tox/Tox_12.vcxproj | 13 ++++++++----- protocols/Tox/Tox_12.vcxproj.filters | 3 +++ protocols/Tox/src/stdafx.cpp | 18 ++++++++++++++++++ 5 files changed, 39 insertions(+), 13 deletions(-) create mode 100644 protocols/Tox/src/stdafx.cpp (limited to 'protocols/Tox') diff --git a/protocols/Tox/Tox_10.vcxproj b/protocols/Tox/Tox_10.vcxproj index 13bd812278..fcce0d172b 100644 --- a/protocols/Tox/Tox_10.vcxproj +++ b/protocols/Tox/Tox_10.vcxproj @@ -84,7 +84,7 @@ 4996;%(DisableSpecificWarnings) MultiThreadedDebugDLL common.h - Create + Use Windows @@ -113,7 +113,7 @@ 4996;%(DisableSpecificWarnings) MultiThreadedDebugDLL common.h - Create + Use Windows @@ -141,7 +141,7 @@ tox\include;..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) 4996;%(DisableSpecificWarnings) common.h - Create + Use Windows @@ -172,7 +172,7 @@ tox\include;..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) 4996;%(DisableSpecificWarnings) common.h - Create + Use Windows @@ -195,7 +195,6 @@ - @@ -203,6 +202,9 @@ + + Create + diff --git a/protocols/Tox/Tox_10.vcxproj.filters b/protocols/Tox/Tox_10.vcxproj.filters index c2541a28e3..21a3f9b387 100644 --- a/protocols/Tox/Tox_10.vcxproj.filters +++ b/protocols/Tox/Tox_10.vcxproj.filters @@ -24,9 +24,6 @@ Header Files - - Header Files - Header Files @@ -71,6 +68,9 @@ Source Files + + Source Files + diff --git a/protocols/Tox/Tox_12.vcxproj b/protocols/Tox/Tox_12.vcxproj index 1031f8995b..bf8d409a0e 100644 --- a/protocols/Tox/Tox_12.vcxproj +++ b/protocols/Tox/Tox_12.vcxproj @@ -88,7 +88,7 @@ 4996;%(DisableSpecificWarnings) MultiThreadedDebugDLL common.h - Create + Use Windows @@ -117,7 +117,7 @@ true 4996;%(DisableSpecificWarnings) MultiThreadedDebugDLL - Create + Use common.h @@ -145,7 +145,7 @@ NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) tox\include;..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) 4996;%(DisableSpecificWarnings) - Create + Use common.h @@ -175,7 +175,7 @@ NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) tox\include;..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) 4996;%(DisableSpecificWarnings) - Create + Use common.h @@ -205,9 +205,12 @@ + + Create + - + diff --git a/protocols/Tox/Tox_12.vcxproj.filters b/protocols/Tox/Tox_12.vcxproj.filters index cdd0faa973..097780aae3 100644 --- a/protocols/Tox/Tox_12.vcxproj.filters +++ b/protocols/Tox/Tox_12.vcxproj.filters @@ -68,6 +68,9 @@ Source Files + + Source Files + diff --git a/protocols/Tox/src/stdafx.cpp b/protocols/Tox/src/stdafx.cpp new file mode 100644 index 0000000000..2aa7ce281e --- /dev/null +++ b/protocols/Tox/src/stdafx.cpp @@ -0,0 +1,18 @@ +/* +Copyright (C) 2012-14 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