From eb03bb7e388ec468459cc8dec1cc7ee9640e1a04 Mon Sep 17 00:00:00 2001 From: Brandon Kentel Date: Sat, 3 Jan 2015 14:49:03 +0900 Subject: [PATCH] tweak for precompiled headers --- msvc140/Cataclysm.vcxproj | 78 ++++++++++++++++++--------------------- msvc140/common.props | 6 ++- msvc140/pch.cpp | 1 + msvc140/precompile.props | 2 +- 4 files changed, 43 insertions(+), 44 deletions(-) diff --git a/msvc140/Cataclysm.vcxproj b/msvc140/Cataclysm.vcxproj index bb33fd269ecda..a07483f07f94a 100644 --- a/msvc140/Cataclysm.vcxproj +++ b/msvc140/Cataclysm.vcxproj @@ -66,97 +66,92 @@ x64 - Create + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - {FE1372AC-5F90-447E-BBCA-1B253836EB77} Cataclysm - Application v140 MultiByte - - - - - - + - - + - - + - - + - true false - false true - getversion.cmd @@ -165,5 +160,4 @@ Generate version.h - \ No newline at end of file diff --git a/msvc140/common.props b/msvc140/common.props index 1be23b77d1b56..b578e6b2330f0 100644 --- a/msvc140/common.props +++ b/msvc140/common.props @@ -9,13 +9,17 @@ WIN32;WIN32_LEAN_AND_MEAN;NOMINMAX;_WIN32_WINNT=0x0601;_USE_MATH_DEFINES;%(PreprocessorDefinitions) - TurnOffAllWarnings + Level1 false true true CompileAsCpp StreamingSIMDExtensions2 /Zc:inline /Zc:rvalueCast /Zc:strictStrings %(AdditionalOptions) + + + $(ProjectDir);%(AdditionalIncludeDirectories) + 4819 Windows diff --git a/msvc140/pch.cpp b/msvc140/pch.cpp index e69de29bb2d1d..3854579ae1c98 100644 --- a/msvc140/pch.cpp +++ b/msvc140/pch.cpp @@ -0,0 +1 @@ +#include "pch.hpp" diff --git a/msvc140/precompile.props b/msvc140/precompile.props index 605c432435518..469915f1857d8 100644 --- a/msvc140/precompile.props +++ b/msvc140/precompile.props @@ -13,7 +13,7 @@ pch.hpp - pch.hpp + pch.hpp;%(ForcedIncludeFiles)