From 62fc1c4dce6a72fd7861e45529db75d7aa0d1e6b Mon Sep 17 00:00:00 2001 From: CatChow0 Date: Fri, 5 Apr 2024 17:16:23 +0200 Subject: [PATCH] Patch update - Fix la Release + Compilateur c++17 FIX : + Ajout des includes pour la release ~ Modification du compilateur en c++17 a la place du c++14 --- enginecustom/enginecustom.vcxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/enginecustom/enginecustom.vcxproj b/enginecustom/enginecustom.vcxproj index 7422ddf..81c17e5 100644 --- a/enginecustom/enginecustom.vcxproj +++ b/enginecustom/enginecustom.vcxproj @@ -273,6 +273,8 @@ true NDEBUG;_WINDOWS;%(PreprocessorDefinitions) true + stdcpp17 + $(SolutionDir)enginecustom\include\backends;$(SolutionDir)enginecustom\include;%(AdditionalIncludeDirectories) Windows