From da7ca1c368a0b3a437354dfa4bfb611b056024f2 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Mon, 10 Feb 2020 15:15:25 +0100 Subject: [PATCH] Configure precompiled headers locally Build is using precompiled headers in pch.h. Explicitly configure it so it does not rely on host solution configuration. Signed-off-by: Simon Rozman --- build/stdex.props | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build/stdex.props b/build/stdex.props index da7edd8ab..4c1a9adb7 100644 --- a/build/stdex.props +++ b/build/stdex.props @@ -8,7 +8,12 @@ ..\..\..\output\$(Platform).$(Configuration)\ - + + + Use + PCH.h + + Create