From 59507edec053a50a5e2245f3b3ab9b17d479d291 Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Sun, 22 Jul 2012 23:51:24 +0200 Subject: [PATCH] libgit2: Use precompiled headers Signed-off-by: Sven Strickroth --- ext/build/libgit2.vcproj | 56 ++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 52 insertions(+), 4 deletions(-) diff --git a/ext/build/libgit2.vcproj b/ext/build/libgit2.vcproj index a5d1bfa1e..a6a3ae26f 100644 --- a/ext/build/libgit2.vcproj +++ b/ext/build/libgit2.vcproj @@ -49,10 +49,12 @@ MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="3" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="precompiled.h" WarningLevel="3" DebugInformationFormat="4" CompileAs="1" + ForcedIncludeFiles="precompiled.h" /> + + + + + + + + + + + + + + @@ -870,6 +914,10 @@ > + + -- 2.11.4.GIT