From d08387d9ba31c3fe64dd5bbeddd60d88fa82c960 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=D0=93=D0=B5=D1=80=D0=BC=D0=B0=D0=BD?= Date: Thu, 16 Sep 2021 15:42:05 +0500 Subject: [PATCH] static link debug (#53) --- external/minhook/libMinHook.vcxproj | 2 +- r5dedicated/r5dedicated.vcxproj | 1 + r5dev/r5dev.vcxproj | 4 ++++ r5launcher/r5launcher.vcxproj | 1 + r5net/r5net.vcxproj | 1 + 5 files changed, 8 insertions(+), 1 deletion(-) diff --git a/external/minhook/libMinHook.vcxproj b/external/minhook/libMinHook.vcxproj index 4b026927b..e4bfd7900 100644 --- a/external/minhook/libMinHook.vcxproj +++ b/external/minhook/libMinHook.vcxproj @@ -120,7 +120,7 @@ WIN32;_DEBUG;_LIB;STRICT;%(PreprocessorDefinitions) false EnableFastChecks - MultiThreadedDebugDLL + MultiThreadedDebug Level3 None NotSet diff --git a/r5dedicated/r5dedicated.vcxproj b/r5dedicated/r5dedicated.vcxproj index 5a98ecbe3..7ef975cbc 100644 --- a/r5dedicated/r5dedicated.vcxproj +++ b/r5dedicated/r5dedicated.vcxproj @@ -137,6 +137,7 @@ Use pch.h $(IntDir)$(TargetName).pch + MultiThreadedDebug Console diff --git a/r5dev/r5dev.vcxproj b/r5dev/r5dev.vcxproj index f8910fa52..c521f63a3 100644 --- a/r5dev/r5dev.vcxproj +++ b/r5dev/r5dev.vcxproj @@ -96,6 +96,9 @@ $(SolutionDir)build\$(ProjectName)\$(Configuration)\ r5detours + + false + Level3 @@ -142,6 +145,7 @@ pch.h stdc17 stdcpp17 + MultiThreadedDebug Windows diff --git a/r5launcher/r5launcher.vcxproj b/r5launcher/r5launcher.vcxproj index 7b26c6465..197a31a74 100644 --- a/r5launcher/r5launcher.vcxproj +++ b/r5launcher/r5launcher.vcxproj @@ -133,6 +133,7 @@ stdc17 Use pch.h + MultiThreadedDebug Console diff --git a/r5net/r5net.vcxproj b/r5net/r5net.vcxproj index cc8931851..1ba946835 100644 --- a/r5net/r5net.vcxproj +++ b/r5net/r5net.vcxproj @@ -144,6 +144,7 @@ Use netpch.h stdcpp17 + MultiThreadedDebug