From 9b0b3c99e32eae610b5b647d0c127c7431a4cb12 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Tue, 5 Dec 2017 20:51:16 +0100 Subject: [PATCH] Disable permissive mode. --- standalone/build/win32/Tracy.vcxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/standalone/build/win32/Tracy.vcxproj b/standalone/build/win32/Tracy.vcxproj index 20af25b2..39a131bf 100644 --- a/standalone/build/win32/Tracy.vcxproj +++ b/standalone/build/win32/Tracy.vcxproj @@ -52,6 +52,7 @@ ..\..\libs\glfw\include;..\..\libs\gl3w;..\..\..\imgui;%(AdditionalIncludeDirectories) true false + true ws2_32.lib;opengl32.lib;..\..\libs\glfw\lib-vc2015\glfw3.lib;%(AdditionalDependencies) @@ -68,6 +69,7 @@ TRACY_FILESELECTOR;NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32_LEAN_AND_MEAN;NOMINMAX;_USE_MATH_DEFINES;%(PreprocessorDefinitions) ..\..\libs\glfw\include;..\..\libs\gl3w;..\..\..\imgui;%(AdditionalIncludeDirectories) true + true true